| Summary Item | Total | Failed |
|---|---|---|
| Requests | 162 | 3 |
| Prerequest Scripts | 189 | 0 |
| Test Scripts | 237 | 3 |
| Assertions | 198 | 23 |
| Skipped Tests | 0 | - |
expected 572 to be below 400
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 403 but got 401
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ef753ddd-0bde-44fe-bd79-ba325b86bc1e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-+weyh6AsFSf9rV0o4/hF0O+vFU0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 0 | 1 | 0 |
| Total | 4 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify the resposne time is below 400ms | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 35579eaa-043a-4aa6-bc3a-391c1d28b940 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2fc42f3f-702d-4dfb-b1e8-9b203b66af43 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:33 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 45b8dbcc-bba4-4484-95d2-f0c5c10aa264 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 363aea7e-2869-4833-938c-af10801ff94f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1a10ece7-cd5f-42d1-a4fa-87d2a24ef247 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:34 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4fcdac54-c3a9-411b-ac32-09d2bede2b13 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-1vaIE5LL4O4qFbSAU1Kvm6V7OJ4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":505},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 25ceb2c2-5006-4285-8f4b-e9fec64e4b28 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d3971f5f-a350-4098-b564-bfea13628b1a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-1vaIE5LL4O4qFbSAU1Kvm6V7OJ4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:35 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":505},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | af25a599-5972-461b-9794-f287411d7f30 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 49a9296e-161a-4e8e-961b-caa3bc01573e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a228cde8-349e-4507-9b78-64e211034293 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:36 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| randomnumber | 760 |
| randomFirstName | Else |
| randomLastName | Conn |
| randomEmail | Martine.Schuster9@hotmail.com |
| randomPhone | 696-481-4686 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4e30bb26-ca5c-4df3-a182-33e7b68121e4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1052 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Dominique",
"last_name": "Larson",
"mobile_number": "224-855-6196",
"mobile_number_alt": "",
"email_id": "Candida52@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"26779274391965",
"imei1": "26779274391965",
"imei2": "26779274391965",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-lytEB5WHVet10NURcK1XTjuNe3g" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:37 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":179008,"tr_customer_product_id":178998,"job_number":"JOB_178990"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| randomnumber | 530 |
| randomFirstName | Alan |
| randomLastName | Reichel |
| randomEmail | Marlene.Hammes56@yahoo.com |
| randomPhone | 420-687-9461 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bb0ad1a7-5af1-4c77-a2c8-5ebff08972c9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1056 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Moriah",
"last_name": "Kilback",
"mobile_number": "266-691-6992",
"mobile_number_alt": "",
"email_id": "Jayde.Tillman@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"49347933642349",
"imei1": "49347933642349",
"imei2": "49347933642349",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:37 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| randomnumber | 805 |
| randomFirstName | Madison |
| randomLastName | Goyette |
| randomEmail | Cary.Cummings79@yahoo.com |
| randomPhone | 602-795-6844 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c39ef03f-961c-43ac-936a-acb575116eca |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1046 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Paolo",
"last_name": "Kub",
"mobile_number": "871-409-5628",
"mobile_number_alt": "",
"email_id": "Pasquale51@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"42487706932156",
"imei1": "42487706932156",
"imei2": "42487706932156",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:37 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 403 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| randomnumber | 673 |
| randomFirstName | Hyman |
| randomLastName | Feil |
| randomEmail | Estell61@yahoo.com |
| randomPhone | 216-840-1188 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8b60c922-7a34-4d4a-a9e3-b14a56e220f2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:37 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| randomnumber | 688 |
| randomFirstName | Jamel |
| randomLastName | Rath |
| randomEmail | Alexa_Dare@yahoo.com |
| randomPhone | 670-462-6324 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9256e29f-9384-4a5f-bc4d-5a305b0c61ff |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1039 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Andrew",
"last_name": "Abbott",
"mobile_number": "485-590-7227",
"mobile_number_alt": "",
"email_id": "Myra.Flatley@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000489",
"imei1": "100000489",
"imei2": "100000489",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| randomnumber | 383 |
| randomFirstName | Janelle |
| randomLastName | Torp |
| randomEmail | Arnold50@gmail.com |
| randomPhone | 453-251-4466 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d00197ba-3298-4947-8b9c-0a6de1493ff9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 28320cb2-4b5f-4359-a9f4-f0b281c7199a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-LD6tNcnFYmjMfMENEg74xzN/2VI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:38 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":506},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9588fd76-4a70-4486-b252-25d09dff01a6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7ab7e-oM9GlHJ51R0pv0XcK22bzg1r60o" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:39 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:37.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178854,"job_number":"JOB_178854","tr_customer_id":178872,"tr_customer_product_id":178862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:13.000Z","modified_at":"2026-02-06T06:49:25.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"23227800082185","imei1":"23227800082185","imei2":"23227800082185","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178853,"job_number":"JOB_178853","tr_customer_id":178871,"tr_customer_product_id":178861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:57.000Z","modified_at":"2026-02-06T06:49:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56237502113076","imei1":"56237502113076","imei2":"56237502113076","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178850,"job_number":"JOB_178850","tr_customer_id":178868,"tr_customer_product_id":178858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:48:52.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"23566786629105","imei1":"23566786629105","imei2":"23566786629105","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178805,"job_number":"JOB_178805","tr_customer_id":178823,"tr_customer_product_id":178813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:31.000Z","modified_at":"2026-02-06T06:41:57.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"18378251709405","imei1":"18378251709405","imei2":"18378251709405","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178804,"job_number":"JOB_178804","tr_customer_id":178822,"tr_customer_product_id":178812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:14.000Z","modified_at":"2026-02-06T06:41:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"53120930975158","imei1":"53120930975158","imei2":"53120930975158","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178795,"job_number":"JOB_178795","tr_customer_id":178813,"tr_customer_product_id":178803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:40:09.000Z","name":"Mallie Mertz","mobile_number":"928-794-0209","email_id":"Mitchel_Herzog91@gmail.com","dop":"2025-06-09","serial_number":"100205938634094","imei1":"100205938634094","imei2":"100205938634094","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178792,"job_number":"JOB_178792","tr_customer_id":178810,"tr_customer_product_id":178800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:54.000Z","name":"Caleigh Kautzer","mobile_number":"847-315-0855","email_id":"Mittie.McLaughlin30@hotmail.com","dop":"2025-06-09","serial_number":"105846200455308","imei1":"105846200455308","imei2":"105846200455308","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178789,"job_number":"JOB_178789","tr_customer_id":178807,"tr_customer_product_id":178797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:38.000Z","name":"Quinten Runte","mobile_number":"289-692-2261","email_id":"Douglas35@hotmail.com","dop":"2025-06-09","serial_number":"103409113686397","imei1":"103409113686397","imei2":"103409113686397","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178786,"job_number":"JOB_178786","tr_customer_id":178804,"tr_customer_product_id":178794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:45.000Z","modified_at":"2026-02-06T06:38:09.000Z","name":"Letitia Hermann","mobile_number":"730-939-1195","email_id":"Easton.Kovacek96@gmail.com","dop":"2025-10-01","serial_number":"11401739279151","imei1":"11401739279151","imei2":"11401739279151","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178784,"job_number":"JOB_178784","tr_customer_id":178802,"tr_customer_product_id":178792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:25.000Z","modified_at":"2026-02-06T06:37:36.000Z","name":"Keara Wunsch","mobile_number":"659-381-6378","email_id":"Hailie_Gorczany@yahoo.com","dop":"2025-11-04","serial_number":"50344514038511","imei1":"50344514038511","imei2":"50344514038511","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178783,"job_number":"JOB_178783","tr_customer_id":178801,"tr_customer_product_id":178791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:10.000Z","modified_at":"2026-02-06T06:37:21.000Z","name":"Glenna Sawayn","mobile_number":"814-284-6586","email_id":"Allie_Schultz@yahoo.com","dop":"2025-11-04","serial_number":"52148337948783","imei1":"52148337948783","imei2":"52148337948783","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178782,"job_number":"JOB_178782","tr_customer_id":178800,"tr_customer_product_id":178790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:36:54.000Z","modified_at":"2026-02-06T06:37:05.000Z","name":"Javier Hoeger","mobile_number":"406-625-2600","email_id":"Estell44@yahoo.com","dop":"2025-11-04","serial_number":"92501352173513","imei1":"92501352173513","imei2":"92501352173513","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178758,"job_number":"JOB_178758","tr_customer_id":178776,"tr_customer_product_id":178766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:11:00.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16365194181806","imei1":"16365194181806","imei2":"16365194181806","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:11:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178677,"job_number":"JOB_178677","tr_customer_id":178695,"tr_customer_product_id":178685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:54.000Z","name":"Gabriel Cruickshank","mobile_number":"910-588-0990","email_id":"Fredy.Mann77@yahoo.com","dop":"2025-12-31","serial_number":"10539992516211","imei1":"10539992516211","imei2":"10539992516211","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178666,"job_number":"JOB_178666","tr_customer_id":178684,"tr_customer_product_id":178674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Clinton Emard","mobile_number":"352-305-8377","email_id":"Titus30@hotmail.com","dop":"2025-06-09","serial_number":"103515650134919","imei1":"103515650134919","imei2":"103515650134919","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178663,"job_number":"JOB_178663","tr_customer_id":178681,"tr_customer_product_id":178671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:42.000Z","name":"Tiana Nitzsche","mobile_number":"820-269-7822","email_id":"Jaylen.Howe20@gmail.com","dop":"2025-12-31","serial_number":"10058762208530","imei1":"10058762208530","imei2":"10058762208530","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178657,"job_number":"JOB_178657","tr_customer_id":178675,"tr_customer_product_id":178665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:20.000Z","modified_at":"2026-02-06T04:27:29.000Z","name":"Christina DuBuque","mobile_number":"444-639-0881","email_id":"Melisa85@gmail.com","dop":"2025-12-31","serial_number":"10670005866137","imei1":"10670005866137","imei2":"10670005866137","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178654,"job_number":"JOB_178654","tr_customer_id":178672,"tr_customer_product_id":178662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Yadira Botsford","mobile_number":"418-785-7616","email_id":"Jordan.Olson4@yahoo.com","dop":"2025-06-09","serial_number":"103083955708215","imei1":"103083955708215","imei2":"103083955708215","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178630,"job_number":"JOB_178630","tr_customer_id":178648,"tr_customer_product_id":178638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:16.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16543836757730","imei1":"16543836757730","imei2":"16543836757730","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178614,"job_number":"JOB_178614","tr_customer_id":178632,"tr_customer_product_id":178622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:14.000Z","name":"Omari Lindgren","mobile_number":"945-707-7395","email_id":"Loma15@gmail.com","dop":"2025-06-09","serial_number":"109981249556518","imei1":"109981249556518","imei2":"109981249556518","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178605,"job_number":"JOB_178605","tr_customer_id":178623,"tr_customer_product_id":178613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:20.000Z","name":"Emory Kuvalis","mobile_number":"731-394-6076","email_id":"Abel.Boyer91@yahoo.com","dop":"2025-10-01","serial_number":"16159687240792","imei1":"16159687240792","imei2":"16159687240792","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178542,"job_number":"JOB_178542","tr_customer_id":178560,"tr_customer_product_id":178550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:55.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"giyu tomiaka","mobile_number":"940-807-9270","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"809793346492813","imei1":"809793346492813","imei2":"809793346492813","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178533,"job_number":"JOB_178533","tr_customer_id":178551,"tr_customer_product_id":178541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:44.000Z","modified_at":"2026-02-06T04:25:53.000Z","name":"tanjiro kamado","mobile_number":"943-881-3299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"328388142858642","imei1":"328388142858642","imei2":"328388142858642","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178988,"job_number":"JOB_178988","tr_customer_id":179006,"tr_customer_product_id":178996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:29.000Z","modified_at":"2026-02-06T07:42:56.000Z","name":"Donnie Gislason","mobile_number":"872-292-3227","email_id":"Demarco84@yahoo.com","dop":"2026-01-23","serial_number":"15847394972552","imei1":"15847394972552","imei2":"15847394972552","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178986,"job_number":"JOB_178986","tr_customer_id":179004,"tr_customer_product_id":178994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:49.000Z","modified_at":"2026-02-06T07:39:14.000Z","name":"Garrett Spinka","mobile_number":"579-847-4451","email_id":"Graciela.Schowalter1@yahoo.com","dop":"2026-01-23","serial_number":"11532165808132","imei1":"11532165808132","imei2":"11532165808132","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178985,"job_number":"JOB_178985","tr_customer_id":179003,"tr_customer_product_id":178993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:44.000Z","name":"Griffin Lehner","mobile_number":"770-301-3399","email_id":"Lea_Kshlerin83@gmail.com","dop":"2025-12-01","serial_number":"15855541223266","imei1":"15855541223266","imei2":"15855541223266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178983,"job_number":"JOB_178983","tr_customer_id":179001,"tr_customer_product_id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:28.000Z","name":"Maryse Mayer","mobile_number":"238-600-0532","email_id":"Joanie.Hamill@yahoo.com","dop":"2025-12-01","serial_number":"12328725064385","imei1":"12328725064385","imei2":"12328725064385","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178981,"job_number":"JOB_178981","tr_customer_id":178999,"tr_customer_product_id":178989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:12.000Z","name":"Wiley Ritchie","mobile_number":"803-200-2191","email_id":"Caitlyn15@hotmail.com","dop":"2025-12-01","serial_number":"15887129985371","imei1":"15887129985371","imei2":"15887129985371","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178978,"job_number":"JOB_178978","tr_customer_id":178996,"tr_customer_product_id":178986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:40.000Z","modified_at":"2026-02-06T07:28:07.000Z","name":"Jonathan Fisher","mobile_number":"540-734-6376","email_id":"Hans20@hotmail.com","dop":"2026-01-23","serial_number":"11599697670299","imei1":"11599697670299","imei2":"11599697670299","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178976,"job_number":"JOB_178976","tr_customer_id":178994,"tr_customer_product_id":178984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:55.000Z","modified_at":"2026-02-06T07:26:21.000Z","name":"Laurel Greenholt","mobile_number":"568-717-9339","email_id":"Lenora_King@hotmail.com","dop":"2026-01-23","serial_number":"14020455946738","imei1":"14020455946738","imei2":"14020455946738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178958,"job_number":"JOB_178958","tr_customer_id":178976,"tr_customer_product_id":178966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:40.000Z","modified_at":"2026-02-06T07:07:20.000Z","name":"Malcolm Reichel","mobile_number":"620-653-0750","email_id":"Viola.Jacobs@gmail.com","dop":"2025-04-06","serial_number":"18209231807978","imei1":"18209231807978","imei2":"18209231807978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:07:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178955,"job_number":"JOB_178955","tr_customer_id":178973,"tr_customer_product_id":178963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:51.000Z","modified_at":"2026-02-06T07:06:31.000Z","name":"Alex Crooks","mobile_number":"667-252-6211","email_id":"Regan62@hotmail.com","dop":"2025-04-06","serial_number":"14121813432625","imei1":"14121813432625","imei2":"14121813432625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178952,"job_number":"JOB_178952","tr_customer_id":178970,"tr_customer_product_id":178960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:07.000Z","modified_at":"2026-02-06T07:05:48.000Z","name":"Earl Torphy","mobile_number":"338-771-5120","email_id":"Eldora67@yahoo.com","dop":"2025-04-06","serial_number":"14762144343307","imei1":"14762144343307","imei2":"14762144343307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178950,"job_number":"JOB_178950","tr_customer_id":178968,"tr_customer_product_id":178958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:01.000Z","modified_at":"2026-02-06T07:05:42.000Z","name":"Burley Kunze","mobile_number":"979-872-4954","email_id":"Ova_Kemmer36@hotmail.com","dop":"2025-04-06","serial_number":"14719862789615","imei1":"14719862789615","imei2":"14719862789615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178947,"job_number":"JOB_178947","tr_customer_id":178965,"tr_customer_product_id":178955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:04:15.000Z","name":"Daphne Wiegand","mobile_number":"833-821-3711","email_id":"Ludie_Gusikowski76@yahoo.com","dop":"2025-04-06","serial_number":"19456772657849","imei1":"19456772657849","imei2":"19456772657849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178944,"job_number":"JOB_178944","tr_customer_id":178962,"tr_customer_product_id":178952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:03:39.000Z","name":"Branson Pfeffer","mobile_number":"460-855-4218","email_id":"Brett_Paucek71@hotmail.com","dop":"2025-04-06","serial_number":"15397367147044","imei1":"15397367147044","imei2":"15397367147044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178941,"job_number":"JOB_178941","tr_customer_id":178959,"tr_customer_product_id":178949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:03:25.000Z","name":"Bart Wunsch","mobile_number":"286-888-0892","email_id":"Juana93@yahoo.com","dop":"2025-04-06","serial_number":"10101928501336","imei1":"10101928501336","imei2":"10101928501336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178938,"job_number":"JOB_178938","tr_customer_id":178956,"tr_customer_product_id":178946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:36.000Z","modified_at":"2026-02-06T07:03:21.000Z","name":"Avery Champlin","mobile_number":"791-637-1032","email_id":"Rosanna.Kilback1@hotmail.com","dop":"2025-04-06","serial_number":"11185466058604","imei1":"11185466058604","imei2":"11185466058604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178933,"job_number":"JOB_178933","tr_customer_id":178951,"tr_customer_product_id":178941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Eric Fahey","mobile_number":"680-869-0582","email_id":"Justice63@hotmail.com","dop":"2025-04-06","serial_number":"14737159141466","imei1":"14737159141466","imei2":"14737159141466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178931,"job_number":"JOB_178931","tr_customer_id":178949,"tr_customer_product_id":178939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:36.000Z","name":"Loren Stark","mobile_number":"312-776-6780","email_id":"Ada.Labadie10@yahoo.com","dop":"2025-04-06","serial_number":"14339628547425","imei1":"14339628547425","imei2":"14339628547425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178930,"job_number":"JOB_178930","tr_customer_id":178948,"tr_customer_product_id":178938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:57.000Z","modified_at":"2026-02-06T07:02:43.000Z","name":"Casey Bradtke","mobile_number":"898-541-2937","email_id":"Tyrel.Hilll@gmail.com","dop":"2025-04-06","serial_number":"19555008397539","imei1":"19555008397539","imei2":"19555008397539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178928,"job_number":"JOB_178928","tr_customer_id":178946,"tr_customer_product_id":178936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:02:34.000Z","name":"Jarod VonRueden","mobile_number":"797-915-2095","email_id":"Willow7@yahoo.com","dop":"2025-04-06","serial_number":"12989549641980","imei1":"12989549641980","imei2":"12989549641980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178925,"job_number":"JOB_178925","tr_customer_id":178943,"tr_customer_product_id":178933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:41.000Z","modified_at":"2026-02-06T07:02:27.000Z","name":"Norval Volkman","mobile_number":"508-391-5596","email_id":"Jaden_Feeney29@yahoo.com","dop":"2025-04-06","serial_number":"18652990407408","imei1":"18652990407408","imei2":"18652990407408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178922,"job_number":"JOB_178922","tr_customer_id":178940,"tr_customer_product_id":178930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:49.000Z","name":"Chanelle Zieme","mobile_number":"759-915-8121","email_id":"Elna56@yahoo.com","dop":"2025-04-06","serial_number":"18718698274857","imei1":"18718698274857","imei2":"18718698274857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178919,"job_number":"JOB_178919","tr_customer_id":178937,"tr_customer_product_id":178927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:01:41.000Z","name":"Lavada Homenick","mobile_number":"366-302-8431","email_id":"Don.Lindgren@gmail.com","dop":"2025-04-06","serial_number":"12079846250507","imei1":"12079846250507","imei2":"12079846250507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178916,"job_number":"JOB_178916","tr_customer_id":178934,"tr_customer_product_id":178924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:56.000Z","modified_at":"2026-02-06T06:58:38.000Z","name":"Diana Smith","mobile_number":"593-396-5129","email_id":"Jordy.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"10201013514815","imei1":"10201013514815","imei2":"10201013514815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178913,"job_number":"JOB_178913","tr_customer_id":178931,"tr_customer_product_id":178921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:58:31.000Z","name":"Jailyn Stracke","mobile_number":"284-282-0967","email_id":"Katelyn0@gmail.com","dop":"2000-01-31","serial_number":"10171339315367","imei1":"10171339315367","imei2":"10171339315367","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178910,"job_number":"JOB_178910","tr_customer_id":178928,"tr_customer_product_id":178918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:05.000Z","modified_at":"2026-02-06T06:57:47.000Z","name":"Kayley Kuhic","mobile_number":"724-436-1972","email_id":"Jarvis.Crooks33@gmail.com","dop":"2025-04-06","serial_number":"17044087782448","imei1":"17044087782448","imei2":"17044087782448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178907,"job_number":"JOB_178907","tr_customer_id":178925,"tr_customer_product_id":178915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:57:37.000Z","name":"Devyn Erdman","mobile_number":"260-988-7276","email_id":"Francisca_Cummings60@gmail.com","dop":"2000-01-31","serial_number":"10324413965385","imei1":"10324413965385","imei2":"10324413965385","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178904,"job_number":"JOB_178904","tr_customer_id":178922,"tr_customer_product_id":178912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:28.000Z","modified_at":"2026-02-06T06:57:07.000Z","name":"Ricardo Hackett","mobile_number":"213-796-9315","email_id":"Herman_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"13926045357322","imei1":"13926045357322","imei2":"13926045357322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178901,"job_number":"JOB_178901","tr_customer_id":178919,"tr_customer_product_id":178909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:16.000Z","modified_at":"2026-02-06T06:56:53.000Z","name":"Jaycee Jaskolski","mobile_number":"821-982-2035","email_id":"Tia_Lind@gmail.com","dop":"2025-04-06","serial_number":"13021561998850","imei1":"13021561998850","imei2":"13021561998850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178898,"job_number":"JOB_178898","tr_customer_id":178916,"tr_customer_product_id":178906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:13.000Z","modified_at":"2026-02-06T06:56:56.000Z","name":"Maryse Greenfelder","mobile_number":"400-441-9465","email_id":"Arjun.Ullrich@hotmail.com","dop":"2025-04-06","serial_number":"10587341366595","imei1":"10587341366595","imei2":"10587341366595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178895,"job_number":"JOB_178895","tr_customer_id":178913,"tr_customer_product_id":178903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:56:43.000Z","name":"Marcellus Hagenes","mobile_number":"399-979-4235","email_id":"Greg.Runolfsson2@hotmail.com","dop":"2000-01-31","serial_number":"10150949641707","imei1":"10150949641707","imei2":"10150949641707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178892,"job_number":"JOB_178892","tr_customer_id":178910,"tr_customer_product_id":178900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:56:20.000Z","name":"Cathy Friesen","mobile_number":"215-876-6459","email_id":"Casey.Gerlach@yahoo.com","dop":"2025-04-06","serial_number":"11205568642410","imei1":"11205568642410","imei2":"11205568642410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178889,"job_number":"JOB_178889","tr_customer_id":178907,"tr_customer_product_id":178897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:31.000Z","modified_at":"2026-02-06T06:56:08.000Z","name":"Adolphus Schultz","mobile_number":"838-927-6948","email_id":"Irwin.Johnson70@hotmail.com","dop":"2025-04-06","serial_number":"11609559637212","imei1":"11609559637212","imei2":"11609559637212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178886,"job_number":"JOB_178886","tr_customer_id":178904,"tr_customer_product_id":178894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:49.000Z","name":"Keyshawn Abbott","mobile_number":"201-642-9945","email_id":"Andreanne.Hoppe@hotmail.com","dop":"2000-01-31","serial_number":"10718753085919","imei1":"10718753085919","imei2":"10718753085919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178883,"job_number":"JOB_178883","tr_customer_id":178901,"tr_customer_product_id":178891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Celia Schumm","mobile_number":"801-390-6504","email_id":"Cade.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"19096615411646","imei1":"19096615411646","imei2":"19096615411646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178880,"job_number":"JOB_178880","tr_customer_id":178898,"tr_customer_product_id":178888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:55:23.000Z","name":"Blaze DuBuque","mobile_number":"287-760-1551","email_id":"Ricky64@yahoo.com","dop":"2025-04-06","serial_number":"13113032506573","imei1":"13113032506573","imei2":"13113032506573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178877,"job_number":"JOB_178877","tr_customer_id":178895,"tr_customer_product_id":178885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:55:20.000Z","name":"Clement Koepp","mobile_number":"693-537-7749","email_id":"Kian_Blick@gmail.com","dop":"2025-04-06","serial_number":"14643628354244","imei1":"14643628354244","imei2":"14643628354244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178874,"job_number":"JOB_178874","tr_customer_id":178892,"tr_customer_product_id":178882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:01.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Kristian Macejkovic","mobile_number":"885-783-2513","email_id":"Javonte65@gmail.com","dop":"2025-04-06","serial_number":"17071538377092","imei1":"17071538377092","imei2":"17071538377092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178872,"job_number":"JOB_178872","tr_customer_id":178890,"tr_customer_product_id":178880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:54:34.000Z","name":"Brielle Hills","mobile_number":"269-962-4388","email_id":"Jonas_Howell@gmail.com","dop":"2025-04-06","serial_number":"12171108028677","imei1":"12171108028677","imei2":"12171108028677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178869,"job_number":"JOB_178869","tr_customer_id":178887,"tr_customer_product_id":178877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:49.000Z","name":"Ava Schuppe","mobile_number":"809-591-4986","email_id":"Lance_Bernhard@hotmail.com","dop":"2025-04-06","serial_number":"16410380761710","imei1":"16410380761710","imei2":"16410380761710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178866,"job_number":"JOB_178866","tr_customer_id":178884,"tr_customer_product_id":178874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:34.000Z","modified_at":"2026-02-06T06:52:12.000Z","name":"Abdul Heller","mobile_number":"623-409-8684","email_id":"Jany.Rowe@hotmail.com","dop":"2025-04-06","serial_number":"19587232857239","imei1":"19587232857239","imei2":"19587232857239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178863,"job_number":"JOB_178863","tr_customer_id":178881,"tr_customer_product_id":178871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:51:26.000Z","name":"Liliana Rice","mobile_number":"830-678-5977","email_id":"Bartholome_Smith@yahoo.com","dop":"2025-04-06","serial_number":"13567815461229","imei1":"13567815461229","imei2":"13567815461229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178860,"job_number":"JOB_178860","tr_customer_id":178878,"tr_customer_product_id":178868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:40.000Z","name":"Hertha Welch","mobile_number":"610-927-9522","email_id":"Mikel.Watsica36@hotmail.com","dop":"2025-04-06","serial_number":"16097580495526","imei1":"16097580495526","imei2":"16097580495526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178851,"job_number":"JOB_178851","tr_customer_id":178869,"tr_customer_product_id":178859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:49:06.000Z","name":"Marcelina Reinger","mobile_number":"879-448-3750","email_id":"Maude4@hotmail.com","dop":"2026-01-23","serial_number":"18835160636483","imei1":"18835160636483","imei2":"18835160636483","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178846,"job_number":"JOB_178846","tr_customer_id":178864,"tr_customer_product_id":178854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:48:27.000Z","name":"Declan Emard","mobile_number":"677-287-9168","email_id":"Mack_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14046039843685","imei1":"14046039843685","imei2":"14046039843685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178843,"job_number":"JOB_178843","tr_customer_id":178861,"tr_customer_product_id":178851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:16.000Z","modified_at":"2026-02-06T06:47:42.000Z","name":"Ottilie Grady","mobile_number":"844-406-8470","email_id":"Candida.Kiehn56@yahoo.com","dop":"2026-01-23","serial_number":"17548295826563","imei1":"17548295826563","imei2":"17548295826563","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178841,"job_number":"JOB_178841","tr_customer_id":178859,"tr_customer_product_id":178849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:47:37.000Z","name":"Jasen Orn","mobile_number":"663-259-4758","email_id":"Tyrese_Jast@yahoo.com","dop":"2025-04-06","serial_number":"10237531981034","imei1":"10237531981034","imei2":"10237531981034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178838,"job_number":"JOB_178838","tr_customer_id":178856,"tr_customer_product_id":178846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:46.000Z","name":"Dan Zieme","mobile_number":"461-771-9429","email_id":"Felicity_Schulist@gmail.com","dop":"2025-04-06","serial_number":"12553996678296","imei1":"12553996678296","imei2":"12553996678296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178835,"job_number":"JOB_178835","tr_customer_id":178853,"tr_customer_product_id":178843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:55.000Z","modified_at":"2026-02-06T06:46:20.000Z","name":"Nadia Ernser","mobile_number":"837-592-4853","email_id":"Wilfred13@gmail.com","dop":"2026-01-23","serial_number":"17705677962055","imei1":"17705677962055","imei2":"17705677962055","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178833,"job_number":"JOB_178833","tr_customer_id":178851,"tr_customer_product_id":178841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:45:23.000Z","name":"Johnny Quigley","mobile_number":"684-285-0739","email_id":"Liam88@yahoo.com","dop":"2025-04-06","serial_number":"12550690244730","imei1":"12550690244730","imei2":"12550690244730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178829,"job_number":"JOB_178829","tr_customer_id":178847,"tr_customer_product_id":178837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:44:35.000Z","name":"Stephan Kuhlman","mobile_number":"734-626-6722","email_id":"Cecilia_Rau@hotmail.com","dop":"2025-04-06","serial_number":"11175108868221","imei1":"11175108868221","imei2":"11175108868221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178826,"job_number":"JOB_178826","tr_customer_id":178844,"tr_customer_product_id":178834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:58.000Z","modified_at":"2026-02-06T06:44:36.000Z","name":"Elton Kessler","mobile_number":"806-637-9557","email_id":"Cornelius23@yahoo.com","dop":"2025-04-06","serial_number":"18089490916318","imei1":"18089490916318","imei2":"18089490916318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178823,"job_number":"JOB_178823","tr_customer_id":178841,"tr_customer_product_id":178831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:52.000Z","name":"Ona Denesik","mobile_number":"905-860-1743","email_id":"Madeline10@hotmail.com","dop":"2025-04-06","serial_number":"14353831483994","imei1":"14353831483994","imei2":"14353831483994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178820,"job_number":"JOB_178820","tr_customer_id":178838,"tr_customer_product_id":178828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:50.000Z","name":"Ford Hane","mobile_number":"678-357-7312","email_id":"Brendan.Green@yahoo.com","dop":"2025-04-06","serial_number":"11332365617009","imei1":"11332365617009","imei2":"11332365617009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178817,"job_number":"JOB_178817","tr_customer_id":178835,"tr_customer_product_id":178825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:43:40.000Z","name":"Mazie Ondricka","mobile_number":"865-553-8265","email_id":"Heber86@yahoo.com","dop":"2025-06-18","serial_number":"10310160157020","imei1":"10310160157020","imei2":"10310160157020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178814,"job_number":"JOB_178814","tr_customer_id":178832,"tr_customer_product_id":178822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:43:09.000Z","name":"Brianne Crooks","mobile_number":"471-682-2142","email_id":"Freddy.Cole27@hotmail.com","dop":"2025-04-06","serial_number":"10670916656051","imei1":"10670916656051","imei2":"10670916656051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178811,"job_number":"JOB_178811","tr_customer_id":178829,"tr_customer_product_id":178819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:51.000Z","name":"Brandon Schulist","mobile_number":"534-650-5204","email_id":"Raegan.OConnell53@gmail.com","dop":"2025-06-18","serial_number":"10491221519194","imei1":"10491221519194","imei2":"10491221519194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178808,"job_number":"JOB_178808","tr_customer_id":178826,"tr_customer_product_id":178816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:58.000Z","modified_at":"2026-02-06T06:42:39.000Z","name":"Laisha Nitzsche","mobile_number":"901-385-6961","email_id":"Shakira1@yahoo.com","dop":"2025-04-06","serial_number":"15704871045999","imei1":"15704871045999","imei2":"15704871045999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178807,"job_number":"JOB_178807","tr_customer_id":178825,"tr_customer_product_id":178815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Clay Kulas","mobile_number":"909-715-2214","email_id":"Paul21@yahoo.com","dop":"2025-12-31","serial_number":"105129681338163","imei1":"105129681338163","imei2":"105129681338163","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178803,"job_number":"JOB_178803","tr_customer_id":178821,"tr_customer_product_id":178811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:53.000Z","modified_at":"2026-02-06T06:41:39.000Z","name":"Clemens Murazik","mobile_number":"941-473-2688","email_id":"Daphnee.Cormier@yahoo.com","dop":"2025-12-31","serial_number":"109938690985845","imei1":"109938690985845","imei2":"109938690985845","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178799,"job_number":"JOB_178799","tr_customer_id":178817,"tr_customer_product_id":178807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:03.000Z","modified_at":"2026-02-06T06:40:31.000Z","name":"Victor Tremblay","mobile_number":"294-278-4879","email_id":"Carroll_Terry@hotmail.com","dop":"2026-01-23","serial_number":"16654201607089","imei1":"16654201607089","imei2":"16654201607089","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178798,"job_number":"JOB_178798","tr_customer_id":178816,"tr_customer_product_id":178806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:44.000Z","name":"Wiley Williamson","mobile_number":"593-489-1827","email_id":"Lura29@hotmail.com","dop":"2025-12-31","serial_number":"108982756442978","imei1":"108982756442978","imei2":"108982756442978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178775,"job_number":"JOB_178775","tr_customer_id":178793,"tr_customer_product_id":178783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:35.000Z","modified_at":"2026-02-06T05:35:12.000Z","name":"Jesus Kovacek","mobile_number":"764-792-1171","email_id":"Rylee21@gmail.com","dop":"2025-04-06","serial_number":"19022494699673","imei1":"19022494699673","imei2":"19022494699673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178773,"job_number":"JOB_178773","tr_customer_id":178791,"tr_customer_product_id":178781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:21.000Z","modified_at":"2026-02-06T05:34:59.000Z","name":"Johathan Ondricka","mobile_number":"654-472-0205","email_id":"Oscar1@gmail.com","dop":"2025-04-06","serial_number":"17937135235498","imei1":"17937135235498","imei2":"17937135235498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178768,"job_number":"JOB_178768","tr_customer_id":178786,"tr_customer_product_id":178776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:17.000Z","name":"Misael Johnston","mobile_number":"561-806-1557","email_id":"Clementina87@hotmail.com","dop":"2025-07-01","serial_number":"107277439846750","imei1":"107277439846750","imei2":"107277439846750","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178766,"job_number":"JOB_178766","tr_customer_id":178784,"tr_customer_product_id":178774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:53.000Z","modified_at":"2026-02-06T05:18:04.000Z","name":"Joel Crona","mobile_number":"333-505-5846","email_id":"Emmy_Walter87@gmail.com","dop":"2025-07-01","serial_number":"100161934775892","imei1":"100161934775892","imei2":"100161934775892","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178751,"job_number":"JOB_178751","tr_customer_id":178769,"tr_customer_product_id":178759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:44:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32342800923924","imei1":"32342800923924","imei2":"32342800923924","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178744,"job_number":"JOB_178744","tr_customer_id":178762,"tr_customer_product_id":178752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:23.000Z","modified_at":"2026-02-06T04:43:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34694062887707","imei1":"34694062887707","imei2":"34694062887707","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178737,"job_number":"JOB_178737","tr_customer_id":178755,"tr_customer_product_id":178745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:51.000Z","modified_at":"2026-02-06T04:43:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99934342920533","imei1":"99934342920533","imei2":"99934342920533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178729,"job_number":"JOB_178729","tr_customer_id":178747,"tr_customer_product_id":178737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:30:27.000Z","name":"Kip McGlynn","mobile_number":"294-445-0402","email_id":"Ashly89@hotmail.com","dop":"2025-04-06","serial_number":"18636274434907","imei1":"18636274434907","imei2":"18636274434907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178726,"job_number":"JOB_178726","tr_customer_id":178744,"tr_customer_product_id":178734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:43.000Z","name":"Saige Krajcik","mobile_number":"846-967-7466","email_id":"Cary_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"19559461699582","imei1":"19559461699582","imei2":"19559461699582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178723,"job_number":"JOB_178723","tr_customer_id":178741,"tr_customer_product_id":178731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:29:19.000Z","name":"Julie Rutherford","mobile_number":"288-419-6922","email_id":"Rubye.Gusikowski4@yahoo.com","dop":"2025-04-06","serial_number":"17019309498582","imei1":"17019309498582","imei2":"17019309498582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178719,"job_number":"JOB_178719","tr_customer_id":178737,"tr_customer_product_id":178727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:29:13.000Z","name":"Alfredo McLaughlin","mobile_number":"520-397-7496","email_id":"Baylee49@hotmail.com","dop":"2025-04-06","serial_number":"10945519913994","imei1":"10945519913994","imei2":"10945519913994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178717,"job_number":"JOB_178717","tr_customer_id":178735,"tr_customer_product_id":178725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:29:11.000Z","name":"Maci Koss","mobile_number":"217-730-1682","email_id":"Oran8@gmail.com","dop":"2000-01-31","serial_number":"10138181427873","imei1":"10138181427873","imei2":"10138181427873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178714,"job_number":"JOB_178714","tr_customer_id":178732,"tr_customer_product_id":178722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:29:08.000Z","name":"Olaf Gottlieb","mobile_number":"448-561-0906","email_id":"Walton10@yahoo.com","dop":"2025-04-06","serial_number":"15985614146917","imei1":"15985614146917","imei2":"15985614146917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178711,"job_number":"JOB_178711","tr_customer_id":178729,"tr_customer_product_id":178719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:29:04.000Z","name":"Jarrell Lind","mobile_number":"383-487-2026","email_id":"Milan_Rippin42@gmail.com","dop":"2025-04-06","serial_number":"16118576633902","imei1":"16118576633902","imei2":"16118576633902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178707,"job_number":"JOB_178707","tr_customer_id":178725,"tr_customer_product_id":178715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Oliver Smith","mobile_number":"631-285-6630","email_id":"Gustave_Kub@gmail.com","dop":"2025-04-06","serial_number":"11928992021557","imei1":"11928992021557","imei2":"11928992021557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178706,"job_number":"JOB_178706","tr_customer_id":178724,"tr_customer_product_id":178714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Itzel Barton","mobile_number":"527-785-8575","email_id":"Mandy_Mills@hotmail.com","dop":"2025-04-06","serial_number":"17217770174162","imei1":"17217770174162","imei2":"17217770174162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178702,"job_number":"JOB_178702","tr_customer_id":178720,"tr_customer_product_id":178710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:50.000Z","name":"Sophie Stoltenberg","mobile_number":"974-631-1442","email_id":"Otis_Waters89@gmail.com","dop":"2025-04-06","serial_number":"13504453212054","imei1":"13504453212054","imei2":"13504453212054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178699,"job_number":"JOB_178699","tr_customer_id":178717,"tr_customer_product_id":178707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:13.000Z","modified_at":"2026-02-06T04:28:49.000Z","name":"Mitchel Zieme","mobile_number":"367-774-3951","email_id":"Shayne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"19812224274750","imei1":"19812224274750","imei2":"19812224274750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178696,"job_number":"JOB_178696","tr_customer_id":178714,"tr_customer_product_id":178704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:00.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Tanya Wehner","mobile_number":"891-507-9866","email_id":"Tabitha27@gmail.com","dop":"2025-04-06","serial_number":"16477708348616","imei1":"16477708348616","imei2":"16477708348616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178693,"job_number":"JOB_178693","tr_customer_id":178711,"tr_customer_product_id":178701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:28:34.000Z","name":"Orin Maggio","mobile_number":"260-509-0892","email_id":"Juliet40@hotmail.com","dop":"2025-04-06","serial_number":"13734047410072","imei1":"13734047410072","imei2":"13734047410072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178688,"job_number":"JOB_178688","tr_customer_id":178706,"tr_customer_product_id":178696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Peyton Cruickshank","mobile_number":"414-872-6943","email_id":"Emilie_Kris51@yahoo.com","dop":"2000-01-31","serial_number":"10521552457442","imei1":"10521552457442","imei2":"10521552457442","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178687,"job_number":"JOB_178687","tr_customer_id":178705,"tr_customer_product_id":178695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Lyla Schimmel","mobile_number":"677-675-6914","email_id":"Jeramy44@hotmail.com","dop":"2025-04-06","serial_number":"14851145681070","imei1":"14851145681070","imei2":"14851145681070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178684,"job_number":"JOB_178684","tr_customer_id":178702,"tr_customer_product_id":178692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Rylee Yost","mobile_number":"780-218-3616","email_id":"Travon.Kris@gmail.com","dop":"2025-04-06","serial_number":"10220774443136","imei1":"10220774443136","imei2":"10220774443136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178682,"job_number":"JOB_178682","tr_customer_id":178700,"tr_customer_product_id":178690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Ayana Bauch","mobile_number":"409-921-4519","email_id":"Isom.Gleason55@yahoo.com","dop":"2025-12-31","serial_number":"104725068256431","imei1":"104725068256431","imei2":"104725068256431","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178679,"job_number":"JOB_178679","tr_customer_id":178697,"tr_customer_product_id":178687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:49.000Z","modified_at":"2026-02-06T04:28:25.000Z","name":"Creola Predovic","mobile_number":"790-502-8773","email_id":"Naomi69@gmail.com","dop":"2025-04-06","serial_number":"10184041834810","imei1":"10184041834810","imei2":"10184041834810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178675,"job_number":"JOB_178675","tr_customer_id":178693,"tr_customer_product_id":178683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:28:20.000Z","name":"Constantin Klein","mobile_number":"822-651-4809","email_id":"Raven10@hotmail.com","dop":"2025-04-06","serial_number":"10863191902383","imei1":"10863191902383","imei2":"10863191902383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178672,"job_number":"JOB_178672","tr_customer_id":178690,"tr_customer_product_id":178680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:39.000Z","modified_at":"2026-02-06T04:28:15.000Z","name":"Jake Cartwright","mobile_number":"595-379-8018","email_id":"Florian.Harvey1@yahoo.com","dop":"2025-04-06","serial_number":"19761081809020","imei1":"19761081809020","imei2":"19761081809020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178669,"job_number":"JOB_178669","tr_customer_id":178687,"tr_customer_product_id":178677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Timmothy Keebler","mobile_number":"469-695-0909","email_id":"Edison.Tremblay7@hotmail.com","dop":"2025-04-06","serial_number":"17692950289282","imei1":"17692950289282","imei2":"17692950289282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178662,"job_number":"JOB_178662","tr_customer_id":178680,"tr_customer_product_id":178670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:32.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Eleonore Hudson","mobile_number":"629-573-2485","email_id":"Guiseppe.Mohr@gmail.com","dop":"2025-04-06","serial_number":"15135459529555","imei1":"15135459529555","imei2":"15135459529555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178659,"job_number":"JOB_178659","tr_customer_id":178677,"tr_customer_product_id":178667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:29.000Z","modified_at":"2026-02-06T04:28:05.000Z","name":"Robin Prosacco","mobile_number":"827-541-6151","email_id":"Estell67@yahoo.com","dop":"2025-04-06","serial_number":"15516348005797","imei1":"15516348005797","imei2":"15516348005797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178652,"job_number":"JOB_178652","tr_customer_id":178670,"tr_customer_product_id":178660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:55.000Z","name":"Marquis Hauck","mobile_number":"220-986-1040","email_id":"Elmer.Rosenbaum66@gmail.com","dop":"2025-04-06","serial_number":"16593935796615","imei1":"16593935796615","imei2":"16593935796615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178649,"job_number":"JOB_178649","tr_customer_id":178667,"tr_customer_product_id":178657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:16.000Z","modified_at":"2026-02-06T04:27:52.000Z","name":"Laury Beahan","mobile_number":"716-880-7193","email_id":"Randal57@hotmail.com","dop":"2025-04-06","serial_number":"19695939116675","imei1":"19695939116675","imei2":"19695939116675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178646,"job_number":"JOB_178646","tr_customer_id":178664,"tr_customer_product_id":178654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:11.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"Dina Kiehn","mobile_number":"628-763-2434","email_id":"Osvaldo_Kautzer61@hotmail.com","dop":"2025-04-06","serial_number":"10559079971260","imei1":"10559079971260","imei2":"10559079971260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178640,"job_number":"JOB_178640","tr_customer_id":178658,"tr_customer_product_id":178648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Zella Bernhard","mobile_number":"607-390-0543","email_id":"Savanah_Dietrich87@gmail.com","dop":"2000-01-31","serial_number":"10234848155468","imei1":"10234848155468","imei2":"10234848155468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178639,"job_number":"JOB_178639","tr_customer_id":178657,"tr_customer_product_id":178647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Lela Yundt","mobile_number":"336-450-8633","email_id":"Estevan98@gmail.com","dop":"2025-04-06","serial_number":"15099421880320","imei1":"15099421880320","imei2":"15099421880320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178638,"job_number":"JOB_178638","tr_customer_id":178656,"tr_customer_product_id":178646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Jeromy Johnston","mobile_number":"337-685-9668","email_id":"Catherine32@hotmail.com","dop":"2025-04-06","serial_number":"12652252393533","imei1":"12652252393533","imei2":"12652252393533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178634,"job_number":"JOB_178634","tr_customer_id":178652,"tr_customer_product_id":178642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Vesta Bahringer","mobile_number":"226-909-1412","email_id":"Percy53@yahoo.com","dop":"2025-04-06","serial_number":"18403166730716","imei1":"18403166730716","imei2":"18403166730716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178628,"job_number":"JOB_178628","tr_customer_id":178646,"tr_customer_product_id":178636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Adela Pfannerstill","mobile_number":"473-945-7697","email_id":"Eliza67@yahoo.com","dop":"2025-04-06","serial_number":"11498194238917","imei1":"11498194238917","imei2":"11498194238917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178626,"job_number":"JOB_178626","tr_customer_id":178644,"tr_customer_product_id":178634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"Makenna Ankunding","mobile_number":"709-529-2913","email_id":"Sean_Christiansen@yahoo.com","dop":"2025-12-31","serial_number":"109509671213446","imei1":"109509671213446","imei2":"109509671213446","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178625,"job_number":"JOB_178625","tr_customer_id":178643,"tr_customer_product_id":178633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:41.000Z","name":"Telly McDermott","mobile_number":"219-368-2377","email_id":"Mike_Herman@hotmail.com","dop":"2025-04-06","serial_number":"18876844508531","imei1":"18876844508531","imei2":"18876844508531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178623,"job_number":"JOB_178623","tr_customer_id":178641,"tr_customer_product_id":178631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Rogers Rice","mobile_number":"772-817-7211","email_id":"Tobin_Waters89@yahoo.com","dop":"2025-02-01","serial_number":"33443402369957","imei1":"33443402369957","imei2":"33443402369957","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178610,"job_number":"JOB_178610","tr_customer_id":178628,"tr_customer_product_id":178618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:00.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Burley Williamson","mobile_number":"250-880-9721","email_id":"Caesar67@hotmail.com","dop":"2025-04-06","serial_number":"17529031183200","imei1":"17529031183200","imei2":"17529031183200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178608,"job_number":"JOB_178608","tr_customer_id":178626,"tr_customer_product_id":178616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:27:36.000Z","name":"Jakayla Bartoletti","mobile_number":"224-356-1603","email_id":"Erik42@yahoo.com","dop":"2025-04-06","serial_number":"15003328861625","imei1":"15003328861625","imei2":"15003328861625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178604,"job_number":"JOB_178604","tr_customer_id":178622,"tr_customer_product_id":178612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Drew Jerde","mobile_number":"332-781-7032","email_id":"Kendra53@gmail.com","dop":"2025-04-06","serial_number":"17554488222040","imei1":"17554488222040","imei2":"17554488222040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178600,"job_number":"JOB_178600","tr_customer_id":178618,"tr_customer_product_id":178608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Millie Lind","mobile_number":"314-330-3210","email_id":"Jermey62@yahoo.com","dop":"2025-04-06","serial_number":"14164431709131","imei1":"14164431709131","imei2":"14164431709131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178598,"job_number":"JOB_178598","tr_customer_id":178616,"tr_customer_product_id":178606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"Viviane Koepp","mobile_number":"549-462-8932","email_id":"Lolita_Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"18932558993790","imei1":"18932558993790","imei2":"18932558993790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178590,"job_number":"JOB_178590","tr_customer_id":178608,"tr_customer_product_id":178598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:27:24.000Z","name":"Ariel Kihn","mobile_number":"432-401-4353","email_id":"Genoveva.Sanford49@gmail.com","dop":"2025-04-06","serial_number":"19420803495708","imei1":"19420803495708","imei2":"19420803495708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178587,"job_number":"JOB_178587","tr_customer_id":178605,"tr_customer_product_id":178595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Yasmeen Daugherty","mobile_number":"203-969-4264","email_id":"Lucienne80@gmail.com","dop":"2025-04-06","serial_number":"17237931341171","imei1":"17237931341171","imei2":"17237931341171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178585,"job_number":"JOB_178585","tr_customer_id":178603,"tr_customer_product_id":178593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Curtis Upton","mobile_number":"644-522-3356","email_id":"June_Connelly7@gmail.com","dop":"2025-04-06","serial_number":"12706929412673","imei1":"12706929412673","imei2":"12706929412673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178581,"job_number":"JOB_178581","tr_customer_id":178599,"tr_customer_product_id":178589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:37.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Edna Kihn","mobile_number":"939-308-7307","email_id":"Jaron_Hagenes@hotmail.com","dop":"2025-05-30","serial_number":"16863904961207","imei1":"16863904961207","imei2":"16863904961207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178578,"job_number":"JOB_178578","tr_customer_id":178596,"tr_customer_product_id":178586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:32.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Lisandro Carroll","mobile_number":"831-585-7349","email_id":"Angelica82@hotmail.com","dop":"2025-04-06","serial_number":"10836781585411","imei1":"10836781585411","imei2":"10836781585411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178577,"job_number":"JOB_178577","tr_customer_id":178595,"tr_customer_product_id":178585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"Vicenta Anderson","mobile_number":"610-831-3320","email_id":"Hardy_VonRueden32@gmail.com","dop":"2025-04-06","serial_number":"14109955341882","imei1":"14109955341882","imei2":"14109955341882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178573,"job_number":"JOB_178573","tr_customer_id":178591,"tr_customer_product_id":178581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Wilfrid Schroeder","mobile_number":"618-823-2757","email_id":"Ettie27@yahoo.com","dop":"2000-01-31","serial_number":"10229252408351","imei1":"10229252408351","imei2":"10229252408351","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178570,"job_number":"JOB_178570","tr_customer_id":178588,"tr_customer_product_id":178578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marques Morar","mobile_number":"796-330-8013","email_id":"Justyn12@gmail.com","dop":"2025-02-01","serial_number":"69078778173650","imei1":"69078778173650","imei2":"69078778173650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178568,"job_number":"JOB_178568","tr_customer_id":178586,"tr_customer_product_id":178576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Kamron Hermann","mobile_number":"509-972-5087","email_id":"Kiley_Brakus@gmail.com","dop":"2025-04-06","serial_number":"17964208006221","imei1":"17964208006221","imei2":"17964208006221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178564,"job_number":"JOB_178564","tr_customer_id":178582,"tr_customer_product_id":178572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Brennan Koss","mobile_number":"428-851-6727","email_id":"Bernita.Bosco43@yahoo.com","dop":"2025-04-06","serial_number":"13367376549729","imei1":"13367376549729","imei2":"13367376549729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178560,"job_number":"JOB_178560","tr_customer_id":178578,"tr_customer_product_id":178568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marcelina Bartell","mobile_number":"315-320-6622","email_id":"Freda.Breitenberg45@gmail.com","dop":"2025-12-31","serial_number":"106620151657023","imei1":"106620151657023","imei2":"106620151657023","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178559,"job_number":"JOB_178559","tr_customer_id":178577,"tr_customer_product_id":178567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Nick Stamm","mobile_number":"409-643-8573","email_id":"Marge.Runte@gmail.com","dop":"2025-04-06","serial_number":"12716105463132","imei1":"12716105463132","imei2":"12716105463132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178554,"job_number":"JOB_178554","tr_customer_id":178572,"tr_customer_product_id":178562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:50.000Z","name":"Roxane Hammes","mobile_number":"952-210-3341","email_id":"Elise_Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"16797096439815","imei1":"16797096439815","imei2":"16797096439815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178551,"job_number":"JOB_178551","tr_customer_id":178569,"tr_customer_product_id":178559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:49.000Z","name":"Amber Bogisich","mobile_number":"606-491-8618","email_id":"Clotilde.Stiedemann@gmail.com","dop":"2025-06-18","serial_number":"10462473623970","imei1":"10462473623970","imei2":"10462473623970","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178546,"job_number":"JOB_178546","tr_customer_id":178564,"tr_customer_product_id":178554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:02.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Aileen Upton","mobile_number":"779-578-5744","email_id":"Emmy_Runolfsson14@hotmail.com","dop":"2025-04-06","serial_number":"18029634617150","imei1":"18029634617150","imei2":"18029634617150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178544,"job_number":"JOB_178544","tr_customer_id":178562,"tr_customer_product_id":178552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Savanah Strosin","mobile_number":"703-687-6034","email_id":"Desmond67@gmail.com","dop":"2025-04-06","serial_number":"14758493968804","imei1":"14758493968804","imei2":"14758493968804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178540,"job_number":"JOB_178540","tr_customer_id":178558,"tr_customer_product_id":178548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:26:25.000Z","name":"Caterina Franecki","mobile_number":"540-533-9288","email_id":"Ceasar90@hotmail.com","dop":"2025-04-06","serial_number":"15977146962876","imei1":"15977146962876","imei2":"15977146962876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178537,"job_number":"JOB_178537","tr_customer_id":178555,"tr_customer_product_id":178545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Katlynn Thiel","mobile_number":"382-580-4960","email_id":"Doris_Abernathy12@yahoo.com","dop":"2025-04-06","serial_number":"18576571489808","imei1":"18576571489808","imei2":"18576571489808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178535,"job_number":"JOB_178535","tr_customer_id":178553,"tr_customer_product_id":178543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Vincenzo Treutel","mobile_number":"742-468-5876","email_id":"Horace_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"15545971640302","imei1":"15545971640302","imei2":"15545971640302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178532,"job_number":"JOB_178532","tr_customer_id":178550,"tr_customer_product_id":178540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:41.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Joshua Littel","mobile_number":"212-746-6555","email_id":"Ernestina.King@yahoo.com","dop":"2025-02-01","serial_number":"100055387193124","imei1":"100055387193124","imei2":"100055387193124","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178526,"job_number":"JOB_178526","tr_customer_id":178544,"tr_customer_product_id":178534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:15.000Z","name":"Edison Turner","mobile_number":"218-615-3976","email_id":"Isai_Cruickshank59@yahoo.com","dop":"2025-04-06","serial_number":"18811666812699","imei1":"18811666812699","imei2":"18811666812699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178525,"job_number":"JOB_178525","tr_customer_id":178543,"tr_customer_product_id":178533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"Berenice Bruen","mobile_number":"645-244-2843","email_id":"Lauren_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15140962106221","imei1":"15140962106221","imei2":"15140962106221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178521,"job_number":"JOB_178521","tr_customer_id":178539,"tr_customer_product_id":178529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Afton Miller","mobile_number":"762-457-0486","email_id":"Delilah_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"18825405697430","imei1":"18825405697430","imei2":"18825405697430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178520,"job_number":"JOB_178520","tr_customer_id":178538,"tr_customer_product_id":178528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Delia Feil","mobile_number":"785-325-7318","email_id":"Eduardo.Becker@gmail.com","dop":"2025-04-06","serial_number":"19006918878110","imei1":"19006918878110","imei2":"19006918878110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178515,"job_number":"JOB_178515","tr_customer_id":178533,"tr_customer_product_id":178523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:31.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Raegan Jacobi","mobile_number":"558-925-7766","email_id":"Nathan.Mills62@yahoo.com","dop":"2025-04-06","serial_number":"11107863188309","imei1":"11107863188309","imei2":"11107863188309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178513,"job_number":"JOB_178513","tr_customer_id":178531,"tr_customer_product_id":178521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:26:10.000Z","name":"Fermin Auer","mobile_number":"350-638-3033","email_id":"Krista.Carter@yahoo.com","dop":"2025-04-06","serial_number":"16484614711967","imei1":"16484614711967","imei2":"16484614711967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178512,"job_number":"JOB_178512","tr_customer_id":178530,"tr_customer_product_id":178520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:29.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Arthur Gutmann","mobile_number":"589-532-5361","email_id":"Alanna5@gmail.com","dop":"2025-04-06","serial_number":"12086113039218","imei1":"12086113039218","imei2":"12086113039218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178510,"job_number":"JOB_178510","tr_customer_id":178528,"tr_customer_product_id":178518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:26:04.000Z","name":"Krystal Windler","mobile_number":"427-755-4958","email_id":"Amara.Schiller@gmail.com","dop":"2025-06-18","serial_number":"10153206001131","imei1":"10153206001131","imei2":"10153206001131","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178508,"job_number":"JOB_178508","tr_customer_id":178526,"tr_customer_product_id":178516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:21.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15683702389288","imei1":"15683702389288","imei2":"15683702389288","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178506,"job_number":"JOB_178506","tr_customer_id":178524,"tr_customer_product_id":178514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:18.000Z","modified_at":"2026-02-06T04:25:54.000Z","name":"Xavier Skiles","mobile_number":"547-956-6111","email_id":"Efrain63@gmail.com","dop":"2025-04-06","serial_number":"14571766081231","imei1":"14571766081231","imei2":"14571766081231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178504,"job_number":"JOB_178504","tr_customer_id":178522,"tr_customer_product_id":178512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:18.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"33484144702818","imei1":"33484144702818","imei2":"33484144702818","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178502,"job_number":"JOB_178502","tr_customer_id":178520,"tr_customer_product_id":178510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:07.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"Anabelle Ryan","mobile_number":"393-725-1259","email_id":"Merl63@gmail.com","dop":"2025-04-06","serial_number":"16787049887426","imei1":"16787049887426","imei2":"16787049887426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178499,"job_number":"JOB_178499","tr_customer_id":178517,"tr_customer_product_id":178507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:31:16.000Z","name":"Roman Gleason","mobile_number":"310-565-8476","email_id":"Russell_Hickle36@yahoo.com","dop":"2025-04-06","serial_number":"10362757210628","imei1":"10362757210628","imei2":"10362757210628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178496,"job_number":"JOB_178496","tr_customer_id":178514,"tr_customer_product_id":178504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:57.000Z","modified_at":"2026-02-06T03:30:33.000Z","name":"Kendall VonRueden","mobile_number":"248-332-8478","email_id":"Wallace.Legros90@hotmail.com","dop":"2025-04-06","serial_number":"17430450630790","imei1":"17430450630790","imei2":"17430450630790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178493,"job_number":"JOB_178493","tr_customer_id":178511,"tr_customer_product_id":178501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:49.000Z","name":"Lauren Larkin","mobile_number":"634-984-8853","email_id":"Shirley.Koepp39@gmail.com","dop":"2025-04-06","serial_number":"15478912898604","imei1":"15478912898604","imei2":"15478912898604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178488,"job_number":"JOB_178488","tr_customer_id":178506,"tr_customer_product_id":178496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:51.000Z","modified_at":"2026-02-06T03:14:05.000Z","name":"Vidal Batz","mobile_number":"385-522-5561","email_id":"Allene91@hotmail.com","dop":"2025-05-30","serial_number":"12787455503848","imei1":"12787455503848","imei2":"12787455503848","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178486,"job_number":"JOB_178486","tr_customer_id":178504,"tr_customer_product_id":178494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:02:28.000Z","modified_at":"2026-02-06T02:38:00.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222522","imei2":"13222222222222522","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T02:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f86c06fc-ddcb-41d7-9b37-f8a26cd690f1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:39 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7f2e0a08-5b41-49e8-8151-4430094a6d5c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:40 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 64952b7d-b4f6-491d-a903-cd2faddadeb9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-IuWBCelfMh0Ft/iYouiDeUS/Iuo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:40 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDB9.-f01LUpuMA2TL7A4Na4Y9-XRn2_O_fbH637PfUKNNto"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDB9.-f01LUpuMA2TL7A4Na4Y9-XRn2_O_fbH637PfUKNNto |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a71b24d7-362f-4e65-a71b-faa193bee716 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:40 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDB9.-f01LUpuMA2TL7A4Na4Y9-XRn2_O_fbH637PfUKNNto |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a316220e-2e4c-4e82-9205-e5a31bb6186f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-h+PkvXzL3b0nHKO6idUVXkGCuSg" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":351},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1e3c67be-52f5-4ebe-ae90-96827657353b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"554f5-a6cPqXnV52LVqgeocPjOW/gdZP8" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178461,"job_number":"JOB_178461","tr_customer_id":178479,"tr_customer_product_id":178469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:48.000Z","modified_at":"2026-02-05T20:14:48.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"73140052898213","imei1":"73140052898213","imei2":"73140052898213","popurl":"2026-01-26T20:14:48.520713279Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178462,"job_number":"JOB_178462","tr_customer_id":178480,"tr_customer_product_id":178470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:59.000Z","modified_at":"2026-02-05T20:14:59.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"87654291053880","imei1":"87654291053880","imei2":"87654291053880","popurl":"2026-01-26T20:14:58.837976469Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178463,"job_number":"JOB_178463","tr_customer_id":178481,"tr_customer_product_id":178471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:46.000Z","modified_at":"2026-02-05T20:31:46.000Z","name":"Luther Conroy","mobile_number":"691-485-1423","email_id":"Kiera_Ryan46@yahoo.com","dop":"2025-09-09","serial_number":"18217323720985","imei1":"18217323720985","imei2":"18217323720985","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178464,"job_number":"JOB_178464","tr_customer_id":178482,"tr_customer_product_id":178472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:47.000Z","modified_at":"2026-02-05T20:31:47.000Z","name":"Natasha Bergstrom","mobile_number":"423-564-5520","email_id":"Daniela.Bogan20@gmail.com","dop":"2025-09-09","serial_number":"16865911192865","imei1":"16865911192865","imei2":"16865911192865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178466,"job_number":"JOB_178466","tr_customer_id":178484,"tr_customer_product_id":178474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Cielo Bode","mobile_number":"379-766-9150","email_id":"Murray98@gmail.com","dop":"2025-09-09","serial_number":"19350662428123","imei1":"19350662428123","imei2":"19350662428123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178467,"job_number":"JOB_178467","tr_customer_id":178485,"tr_customer_product_id":178475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Damon Welch","mobile_number":"706-218-7267","email_id":"Arnoldo_Ward35@hotmail.com","dop":"2025-09-09","serial_number":"10364131773128","imei1":"10364131773128","imei2":"10364131773128","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178469,"job_number":"JOB_178469","tr_customer_id":178487,"tr_customer_product_id":178477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:09.000Z","modified_at":"2026-02-05T20:32:09.000Z","name":"Alphonso Rodriguez","mobile_number":"459-431-3461","email_id":"Chanelle29@yahoo.com","dop":"2025-09-09","serial_number":"12662010410397","imei1":"12662010410397","imei2":"12662010410397","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178470,"job_number":"JOB_178470","tr_customer_id":178488,"tr_customer_product_id":178478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:10.000Z","modified_at":"2026-02-05T20:32:10.000Z","name":"Edmund Pfeffer","mobile_number":"221-942-3589","email_id":"Theresa_Sipes@gmail.com","dop":"2025-09-09","serial_number":"19048798697399","imei1":"19048798697399","imei2":"19048798697399","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178472,"job_number":"JOB_178472","tr_customer_id":178490,"tr_customer_product_id":178480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T21:00:30.000Z","modified_at":"2026-02-05T21:00:30.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-31","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-31T21:00:29.422225805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T21:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178473,"job_number":"JOB_178473","tr_customer_id":178491,"tr_customer_product_id":178481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:56.000Z","modified_at":"2026-02-05T22:12:56.000Z","name":"Jerome Orn","mobile_number":"955-642-1195","email_id":"Zoie56@gmail.com","dop":"2025-09-09","serial_number":"19921642344594","imei1":"19921642344594","imei2":"19921642344594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178474,"job_number":"JOB_178474","tr_customer_id":178492,"tr_customer_product_id":178482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:57.000Z","modified_at":"2026-02-05T22:12:57.000Z","name":"Emily Keebler","mobile_number":"362-290-8462","email_id":"David.Ankunding@gmail.com","dop":"2025-09-09","serial_number":"19554575849229","imei1":"19554575849229","imei2":"19554575849229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178476,"job_number":"JOB_178476","tr_customer_id":178494,"tr_customer_product_id":178484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:41.000Z","modified_at":"2026-02-05T22:13:41.000Z","name":"Clementine Schneider","mobile_number":"373-405-3792","email_id":"Frederick_Little@gmail.com","dop":"2025-09-09","serial_number":"16929089454347","imei1":"16929089454347","imei2":"16929089454347","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178477,"job_number":"JOB_178477","tr_customer_id":178495,"tr_customer_product_id":178485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:42.000Z","modified_at":"2026-02-05T22:13:42.000Z","name":"Isabelle Fay","mobile_number":"972-717-4340","email_id":"Kole_Little@yahoo.com","dop":"2025-09-09","serial_number":"12630585843159","imei1":"12630585843159","imei2":"12630585843159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178479,"job_number":"JOB_178479","tr_customer_id":178497,"tr_customer_product_id":178487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:28.000Z","modified_at":"2026-02-05T22:14:28.000Z","name":"Paris Buckridge","mobile_number":"400-749-2778","email_id":"Carmen_Wisoky@hotmail.com","dop":"2025-09-09","serial_number":"12333230301870","imei1":"12333230301870","imei2":"12333230301870","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178480,"job_number":"JOB_178480","tr_customer_id":178498,"tr_customer_product_id":178488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:30.000Z","modified_at":"2026-02-05T22:14:30.000Z","name":"Madelynn Corkery","mobile_number":"505-488-9315","email_id":"Aubree43@yahoo.com","dop":"2025-09-09","serial_number":"12997293450304","imei1":"12997293450304","imei2":"12997293450304","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178482,"job_number":"JOB_178482","tr_customer_id":178500,"tr_customer_product_id":178490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:17.000Z","modified_at":"2026-02-05T23:45:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-26T23:45:17.544363811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178483,"job_number":"JOB_178483","tr_customer_id":178501,"tr_customer_product_id":178491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:18.000Z","modified_at":"2026-02-05T23:45:18.000Z","name":"Akshata Iyer","mobile_number":"7054161801","email_id":"bilwa.agarwal@yahoo.co.in","dop":"2026-01-26","serial_number":"057522965866120","imei1":"057522965866120","imei2":"057522965866120","popurl":"www.gorakhanatha-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178484,"job_number":"JOB_178484","tr_customer_id":178502,"tr_customer_product_id":178492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:47:44.000Z","modified_at":"2026-02-05T23:47:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-26T23:47:44.406179115Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:37.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDB9.-f01LUpuMA2TL7A4Na4Y9-XRn2_O_fbH637PfUKNNto |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 76e9f5c5-2a22-42e4-98b2-343b8653d900 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:41 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDB9.-f01LUpuMA2TL7A4Na4Y9-XRn2_O_fbH637PfUKNNto |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | db334f1a-4ab9-4789-946d-505b0a335546 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 178990,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDB9.-f01LUpuMA2TL7A4Na4Y9-XRn2_O_fbH637PfUKNNto |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7a387926-a77a-474c-bff1-d8e6693a7ae3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"55115-HoSrdgGBpdZx/h6V/csNadv3iJA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178461,"job_number":"JOB_178461","tr_customer_id":178479,"tr_customer_product_id":178469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:48.000Z","modified_at":"2026-02-05T20:14:48.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"73140052898213","imei1":"73140052898213","imei2":"73140052898213","popurl":"2026-01-26T20:14:48.520713279Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178462,"job_number":"JOB_178462","tr_customer_id":178480,"tr_customer_product_id":178470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:59.000Z","modified_at":"2026-02-05T20:14:59.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"87654291053880","imei1":"87654291053880","imei2":"87654291053880","popurl":"2026-01-26T20:14:58.837976469Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178463,"job_number":"JOB_178463","tr_customer_id":178481,"tr_customer_product_id":178471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:46.000Z","modified_at":"2026-02-05T20:31:46.000Z","name":"Luther Conroy","mobile_number":"691-485-1423","email_id":"Kiera_Ryan46@yahoo.com","dop":"2025-09-09","serial_number":"18217323720985","imei1":"18217323720985","imei2":"18217323720985","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178464,"job_number":"JOB_178464","tr_customer_id":178482,"tr_customer_product_id":178472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:47.000Z","modified_at":"2026-02-05T20:31:47.000Z","name":"Natasha Bergstrom","mobile_number":"423-564-5520","email_id":"Daniela.Bogan20@gmail.com","dop":"2025-09-09","serial_number":"16865911192865","imei1":"16865911192865","imei2":"16865911192865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178466,"job_number":"JOB_178466","tr_customer_id":178484,"tr_customer_product_id":178474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Cielo Bode","mobile_number":"379-766-9150","email_id":"Murray98@gmail.com","dop":"2025-09-09","serial_number":"19350662428123","imei1":"19350662428123","imei2":"19350662428123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178467,"job_number":"JOB_178467","tr_customer_id":178485,"tr_customer_product_id":178475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Damon Welch","mobile_number":"706-218-7267","email_id":"Arnoldo_Ward35@hotmail.com","dop":"2025-09-09","serial_number":"10364131773128","imei1":"10364131773128","imei2":"10364131773128","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178469,"job_number":"JOB_178469","tr_customer_id":178487,"tr_customer_product_id":178477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:09.000Z","modified_at":"2026-02-05T20:32:09.000Z","name":"Alphonso Rodriguez","mobile_number":"459-431-3461","email_id":"Chanelle29@yahoo.com","dop":"2025-09-09","serial_number":"12662010410397","imei1":"12662010410397","imei2":"12662010410397","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178470,"job_number":"JOB_178470","tr_customer_id":178488,"tr_customer_product_id":178478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:10.000Z","modified_at":"2026-02-05T20:32:10.000Z","name":"Edmund Pfeffer","mobile_number":"221-942-3589","email_id":"Theresa_Sipes@gmail.com","dop":"2025-09-09","serial_number":"19048798697399","imei1":"19048798697399","imei2":"19048798697399","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178472,"job_number":"JOB_178472","tr_customer_id":178490,"tr_customer_product_id":178480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T21:00:30.000Z","modified_at":"2026-02-05T21:00:30.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-31","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-31T21:00:29.422225805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T21:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178473,"job_number":"JOB_178473","tr_customer_id":178491,"tr_customer_product_id":178481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:56.000Z","modified_at":"2026-02-05T22:12:56.000Z","name":"Jerome Orn","mobile_number":"955-642-1195","email_id":"Zoie56@gmail.com","dop":"2025-09-09","serial_number":"19921642344594","imei1":"19921642344594","imei2":"19921642344594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178474,"job_number":"JOB_178474","tr_customer_id":178492,"tr_customer_product_id":178482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:57.000Z","modified_at":"2026-02-05T22:12:57.000Z","name":"Emily Keebler","mobile_number":"362-290-8462","email_id":"David.Ankunding@gmail.com","dop":"2025-09-09","serial_number":"19554575849229","imei1":"19554575849229","imei2":"19554575849229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178476,"job_number":"JOB_178476","tr_customer_id":178494,"tr_customer_product_id":178484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:41.000Z","modified_at":"2026-02-05T22:13:41.000Z","name":"Clementine Schneider","mobile_number":"373-405-3792","email_id":"Frederick_Little@gmail.com","dop":"2025-09-09","serial_number":"16929089454347","imei1":"16929089454347","imei2":"16929089454347","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178477,"job_number":"JOB_178477","tr_customer_id":178495,"tr_customer_product_id":178485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:42.000Z","modified_at":"2026-02-05T22:13:42.000Z","name":"Isabelle Fay","mobile_number":"972-717-4340","email_id":"Kole_Little@yahoo.com","dop":"2025-09-09","serial_number":"12630585843159","imei1":"12630585843159","imei2":"12630585843159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178479,"job_number":"JOB_178479","tr_customer_id":178497,"tr_customer_product_id":178487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:28.000Z","modified_at":"2026-02-05T22:14:28.000Z","name":"Paris Buckridge","mobile_number":"400-749-2778","email_id":"Carmen_Wisoky@hotmail.com","dop":"2025-09-09","serial_number":"12333230301870","imei1":"12333230301870","imei2":"12333230301870","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178480,"job_number":"JOB_178480","tr_customer_id":178498,"tr_customer_product_id":178488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:30.000Z","modified_at":"2026-02-05T22:14:30.000Z","name":"Madelynn Corkery","mobile_number":"505-488-9315","email_id":"Aubree43@yahoo.com","dop":"2025-09-09","serial_number":"12997293450304","imei1":"12997293450304","imei2":"12997293450304","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178482,"job_number":"JOB_178482","tr_customer_id":178500,"tr_customer_product_id":178490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:17.000Z","modified_at":"2026-02-05T23:45:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-26T23:45:17.544363811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178483,"job_number":"JOB_178483","tr_customer_id":178501,"tr_customer_product_id":178491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:18.000Z","modified_at":"2026-02-05T23:45:18.000Z","name":"Akshata Iyer","mobile_number":"7054161801","email_id":"bilwa.agarwal@yahoo.co.in","dop":"2026-01-26","serial_number":"057522965866120","imei1":"057522965866120","imei2":"057522965866120","popurl":"www.gorakhanatha-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178484,"job_number":"JOB_178484","tr_customer_id":178502,"tr_customer_product_id":178492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:47:44.000Z","modified_at":"2026-02-05T23:47:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-26T23:47:44.406179115Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bc149659-99e1-4101-b248-73a9b766ed3a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-YMgE1+KR55R8hIQzibYy6XgXBdg" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDJ9.ztVSYC91KC9dUTo5epWAy1esD3QmvSBrDw2H1sO8Nao"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDJ9.ztVSYC91KC9dUTo5epWAy1esD3QmvSBrDw2H1sO8Nao |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | efd964da-78f8-4d24-a32f-ffa4f108b73a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:42 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDJ9.ztVSYC91KC9dUTo5epWAy1esD3QmvSBrDw2H1sO8Nao |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6bec348c-7885-4a8f-9ee1-91e082e5154e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-iZf0tksG4lFS5DgrhcNfpJvfAgY" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:43 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":172}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDJ9.ztVSYC91KC9dUTo5epWAy1esD3QmvSBrDw2H1sO8Nao |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ce928f60-9d9c-4c42-8b8c-22fabb4a2a5b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7c9-qSM/M/xpu5hQ9T/HwuAm5q+v45g" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:43 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:42.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-06T07:46:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDJ9.ztVSYC91KC9dUTo5epWAy1esD3QmvSBrDw2H1sO8Nao |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ab80a15e-9928-44f4-89eb-780a2a4da350 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:43 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDJ9.ztVSYC91KC9dUTo5epWAy1esD3QmvSBrDw2H1sO8Nao |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 17a54ee1-ee69-4acb-9127-d1ccbc7545ce |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"952-OvWca0VdNR1VCXOUXJRSsBpE/1M" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:42.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-06T07:46:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":178990,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T07:46:37.000Z"}],"quatations":[]},{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":178961,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T07:09:27.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDJ9.ztVSYC91KC9dUTo5epWAy1esD3QmvSBrDw2H1sO8Nao |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 93c18e39-ea7d-4828-83cd-2f68776fe625 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDJ9.ztVSYC91KC9dUTo5epWAy1esD3QmvSBrDw2H1sO8Nao |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 11b1f9fe-4f4b-457d-aada-fdfe49c66f3a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":178990,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:44 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 74ef515e-7256-40fd-b65b-4865a2ec5e3b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-3X5gnMOEQlE5gdjs6Bgfp4MbYQc" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAwNX0.KMFNQAwk-Gd37k6HwVFUVZDDenY29Y5YJQanR3nyT8I"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAwNX0.KMFNQAwk-Gd37k6HwVFUVZDDenY29Y5YJQanR3nyT8I |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d378f615-f882-449c-9ca5-c6466d102705 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAwNX0.KMFNQAwk-Gd37k6HwVFUVZDDenY29Y5YJQanR3nyT8I |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 191a8bb3-f413-49b8-9f2f-0aee76bc664b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-VSs386zyS98/oGTys5aGWD9od3c" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:45 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":6},{"label":"QC Completed","key":"qc_completed","count":167},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAwNX0.KMFNQAwk-Gd37k6HwVFUVZDDenY29Y5YJQanR3nyT8I |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 673efe6f-1993-4f4a-924e-752d064b1db9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAwNX0.KMFNQAwk-Gd37k6HwVFUVZDDenY29Y5YJQanR3nyT8I |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | aa510427-317c-4d12-9cf9-69152f4d3528 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"285a3-uj9FAQVsmSnp8JSdJVrfgI7iiVI" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178486,"job_number":"JOB_178486","tr_customer_id":178504,"tr_customer_product_id":178494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:02:28.000Z","modified_at":"2026-02-06T02:38:00.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222522","imei2":"13222222222222522","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T02:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178488,"job_number":"JOB_178488","tr_customer_id":178506,"tr_customer_product_id":178496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:51.000Z","modified_at":"2026-02-06T03:14:05.000Z","name":"Vidal Batz","mobile_number":"385-522-5561","email_id":"Allene91@hotmail.com","dop":"2025-05-30","serial_number":"12787455503848","imei1":"12787455503848","imei2":"12787455503848","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178493,"job_number":"JOB_178493","tr_customer_id":178511,"tr_customer_product_id":178501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:49.000Z","name":"Lauren Larkin","mobile_number":"634-984-8853","email_id":"Shirley.Koepp39@gmail.com","dop":"2025-04-06","serial_number":"15478912898604","imei1":"15478912898604","imei2":"15478912898604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178496,"job_number":"JOB_178496","tr_customer_id":178514,"tr_customer_product_id":178504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:57.000Z","modified_at":"2026-02-06T03:30:33.000Z","name":"Kendall VonRueden","mobile_number":"248-332-8478","email_id":"Wallace.Legros90@hotmail.com","dop":"2025-04-06","serial_number":"17430450630790","imei1":"17430450630790","imei2":"17430450630790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178499,"job_number":"JOB_178499","tr_customer_id":178517,"tr_customer_product_id":178507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:31:16.000Z","name":"Roman Gleason","mobile_number":"310-565-8476","email_id":"Russell_Hickle36@yahoo.com","dop":"2025-04-06","serial_number":"10362757210628","imei1":"10362757210628","imei2":"10362757210628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178502,"job_number":"JOB_178502","tr_customer_id":178520,"tr_customer_product_id":178510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:07.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"Anabelle Ryan","mobile_number":"393-725-1259","email_id":"Merl63@gmail.com","dop":"2025-04-06","serial_number":"16787049887426","imei1":"16787049887426","imei2":"16787049887426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178504,"job_number":"JOB_178504","tr_customer_id":178522,"tr_customer_product_id":178512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:18.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"33484144702818","imei1":"33484144702818","imei2":"33484144702818","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178506,"job_number":"JOB_178506","tr_customer_id":178524,"tr_customer_product_id":178514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:18.000Z","modified_at":"2026-02-06T04:25:54.000Z","name":"Xavier Skiles","mobile_number":"547-956-6111","email_id":"Efrain63@gmail.com","dop":"2025-04-06","serial_number":"14571766081231","imei1":"14571766081231","imei2":"14571766081231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178508,"job_number":"JOB_178508","tr_customer_id":178526,"tr_customer_product_id":178516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:21.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15683702389288","imei1":"15683702389288","imei2":"15683702389288","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178510,"job_number":"JOB_178510","tr_customer_id":178528,"tr_customer_product_id":178518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:26:04.000Z","name":"Krystal Windler","mobile_number":"427-755-4958","email_id":"Amara.Schiller@gmail.com","dop":"2025-06-18","serial_number":"10153206001131","imei1":"10153206001131","imei2":"10153206001131","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178512,"job_number":"JOB_178512","tr_customer_id":178530,"tr_customer_product_id":178520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:29.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Arthur Gutmann","mobile_number":"589-532-5361","email_id":"Alanna5@gmail.com","dop":"2025-04-06","serial_number":"12086113039218","imei1":"12086113039218","imei2":"12086113039218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178513,"job_number":"JOB_178513","tr_customer_id":178531,"tr_customer_product_id":178521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:26:10.000Z","name":"Fermin Auer","mobile_number":"350-638-3033","email_id":"Krista.Carter@yahoo.com","dop":"2025-04-06","serial_number":"16484614711967","imei1":"16484614711967","imei2":"16484614711967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178515,"job_number":"JOB_178515","tr_customer_id":178533,"tr_customer_product_id":178523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:31.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Raegan Jacobi","mobile_number":"558-925-7766","email_id":"Nathan.Mills62@yahoo.com","dop":"2025-04-06","serial_number":"11107863188309","imei1":"11107863188309","imei2":"11107863188309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178520,"job_number":"JOB_178520","tr_customer_id":178538,"tr_customer_product_id":178528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Delia Feil","mobile_number":"785-325-7318","email_id":"Eduardo.Becker@gmail.com","dop":"2025-04-06","serial_number":"19006918878110","imei1":"19006918878110","imei2":"19006918878110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178521,"job_number":"JOB_178521","tr_customer_id":178539,"tr_customer_product_id":178529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Afton Miller","mobile_number":"762-457-0486","email_id":"Delilah_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"18825405697430","imei1":"18825405697430","imei2":"18825405697430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178525,"job_number":"JOB_178525","tr_customer_id":178543,"tr_customer_product_id":178533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"Berenice Bruen","mobile_number":"645-244-2843","email_id":"Lauren_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15140962106221","imei1":"15140962106221","imei2":"15140962106221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178526,"job_number":"JOB_178526","tr_customer_id":178544,"tr_customer_product_id":178534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:15.000Z","name":"Edison Turner","mobile_number":"218-615-3976","email_id":"Isai_Cruickshank59@yahoo.com","dop":"2025-04-06","serial_number":"18811666812699","imei1":"18811666812699","imei2":"18811666812699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178532,"job_number":"JOB_178532","tr_customer_id":178550,"tr_customer_product_id":178540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:41.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Joshua Littel","mobile_number":"212-746-6555","email_id":"Ernestina.King@yahoo.com","dop":"2025-02-01","serial_number":"100055387193124","imei1":"100055387193124","imei2":"100055387193124","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178535,"job_number":"JOB_178535","tr_customer_id":178553,"tr_customer_product_id":178543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Vincenzo Treutel","mobile_number":"742-468-5876","email_id":"Horace_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"15545971640302","imei1":"15545971640302","imei2":"15545971640302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178537,"job_number":"JOB_178537","tr_customer_id":178555,"tr_customer_product_id":178545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Katlynn Thiel","mobile_number":"382-580-4960","email_id":"Doris_Abernathy12@yahoo.com","dop":"2025-04-06","serial_number":"18576571489808","imei1":"18576571489808","imei2":"18576571489808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178540,"job_number":"JOB_178540","tr_customer_id":178558,"tr_customer_product_id":178548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:26:25.000Z","name":"Caterina Franecki","mobile_number":"540-533-9288","email_id":"Ceasar90@hotmail.com","dop":"2025-04-06","serial_number":"15977146962876","imei1":"15977146962876","imei2":"15977146962876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178544,"job_number":"JOB_178544","tr_customer_id":178562,"tr_customer_product_id":178552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Savanah Strosin","mobile_number":"703-687-6034","email_id":"Desmond67@gmail.com","dop":"2025-04-06","serial_number":"14758493968804","imei1":"14758493968804","imei2":"14758493968804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178546,"job_number":"JOB_178546","tr_customer_id":178564,"tr_customer_product_id":178554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:02.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Aileen Upton","mobile_number":"779-578-5744","email_id":"Emmy_Runolfsson14@hotmail.com","dop":"2025-04-06","serial_number":"18029634617150","imei1":"18029634617150","imei2":"18029634617150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178551,"job_number":"JOB_178551","tr_customer_id":178569,"tr_customer_product_id":178559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:49.000Z","name":"Amber Bogisich","mobile_number":"606-491-8618","email_id":"Clotilde.Stiedemann@gmail.com","dop":"2025-06-18","serial_number":"10462473623970","imei1":"10462473623970","imei2":"10462473623970","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178554,"job_number":"JOB_178554","tr_customer_id":178572,"tr_customer_product_id":178562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:50.000Z","name":"Roxane Hammes","mobile_number":"952-210-3341","email_id":"Elise_Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"16797096439815","imei1":"16797096439815","imei2":"16797096439815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178559,"job_number":"JOB_178559","tr_customer_id":178577,"tr_customer_product_id":178567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Nick Stamm","mobile_number":"409-643-8573","email_id":"Marge.Runte@gmail.com","dop":"2025-04-06","serial_number":"12716105463132","imei1":"12716105463132","imei2":"12716105463132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178560,"job_number":"JOB_178560","tr_customer_id":178578,"tr_customer_product_id":178568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marcelina Bartell","mobile_number":"315-320-6622","email_id":"Freda.Breitenberg45@gmail.com","dop":"2025-12-31","serial_number":"106620151657023","imei1":"106620151657023","imei2":"106620151657023","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178564,"job_number":"JOB_178564","tr_customer_id":178582,"tr_customer_product_id":178572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Brennan Koss","mobile_number":"428-851-6727","email_id":"Bernita.Bosco43@yahoo.com","dop":"2025-04-06","serial_number":"13367376549729","imei1":"13367376549729","imei2":"13367376549729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178568,"job_number":"JOB_178568","tr_customer_id":178586,"tr_customer_product_id":178576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Kamron Hermann","mobile_number":"509-972-5087","email_id":"Kiley_Brakus@gmail.com","dop":"2025-04-06","serial_number":"17964208006221","imei1":"17964208006221","imei2":"17964208006221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178570,"job_number":"JOB_178570","tr_customer_id":178588,"tr_customer_product_id":178578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marques Morar","mobile_number":"796-330-8013","email_id":"Justyn12@gmail.com","dop":"2025-02-01","serial_number":"69078778173650","imei1":"69078778173650","imei2":"69078778173650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178573,"job_number":"JOB_178573","tr_customer_id":178591,"tr_customer_product_id":178581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Wilfrid Schroeder","mobile_number":"618-823-2757","email_id":"Ettie27@yahoo.com","dop":"2000-01-31","serial_number":"10229252408351","imei1":"10229252408351","imei2":"10229252408351","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178577,"job_number":"JOB_178577","tr_customer_id":178595,"tr_customer_product_id":178585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"Vicenta Anderson","mobile_number":"610-831-3320","email_id":"Hardy_VonRueden32@gmail.com","dop":"2025-04-06","serial_number":"14109955341882","imei1":"14109955341882","imei2":"14109955341882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178578,"job_number":"JOB_178578","tr_customer_id":178596,"tr_customer_product_id":178586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:32.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Lisandro Carroll","mobile_number":"831-585-7349","email_id":"Angelica82@hotmail.com","dop":"2025-04-06","serial_number":"10836781585411","imei1":"10836781585411","imei2":"10836781585411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178581,"job_number":"JOB_178581","tr_customer_id":178599,"tr_customer_product_id":178589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:37.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Edna Kihn","mobile_number":"939-308-7307","email_id":"Jaron_Hagenes@hotmail.com","dop":"2025-05-30","serial_number":"16863904961207","imei1":"16863904961207","imei2":"16863904961207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178585,"job_number":"JOB_178585","tr_customer_id":178603,"tr_customer_product_id":178593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Curtis Upton","mobile_number":"644-522-3356","email_id":"June_Connelly7@gmail.com","dop":"2025-04-06","serial_number":"12706929412673","imei1":"12706929412673","imei2":"12706929412673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178587,"job_number":"JOB_178587","tr_customer_id":178605,"tr_customer_product_id":178595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Yasmeen Daugherty","mobile_number":"203-969-4264","email_id":"Lucienne80@gmail.com","dop":"2025-04-06","serial_number":"17237931341171","imei1":"17237931341171","imei2":"17237931341171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178590,"job_number":"JOB_178590","tr_customer_id":178608,"tr_customer_product_id":178598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:27:24.000Z","name":"Ariel Kihn","mobile_number":"432-401-4353","email_id":"Genoveva.Sanford49@gmail.com","dop":"2025-04-06","serial_number":"19420803495708","imei1":"19420803495708","imei2":"19420803495708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178598,"job_number":"JOB_178598","tr_customer_id":178616,"tr_customer_product_id":178606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"Viviane Koepp","mobile_number":"549-462-8932","email_id":"Lolita_Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"18932558993790","imei1":"18932558993790","imei2":"18932558993790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178600,"job_number":"JOB_178600","tr_customer_id":178618,"tr_customer_product_id":178608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Millie Lind","mobile_number":"314-330-3210","email_id":"Jermey62@yahoo.com","dop":"2025-04-06","serial_number":"14164431709131","imei1":"14164431709131","imei2":"14164431709131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178604,"job_number":"JOB_178604","tr_customer_id":178622,"tr_customer_product_id":178612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Drew Jerde","mobile_number":"332-781-7032","email_id":"Kendra53@gmail.com","dop":"2025-04-06","serial_number":"17554488222040","imei1":"17554488222040","imei2":"17554488222040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178608,"job_number":"JOB_178608","tr_customer_id":178626,"tr_customer_product_id":178616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:27:36.000Z","name":"Jakayla Bartoletti","mobile_number":"224-356-1603","email_id":"Erik42@yahoo.com","dop":"2025-04-06","serial_number":"15003328861625","imei1":"15003328861625","imei2":"15003328861625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178610,"job_number":"JOB_178610","tr_customer_id":178628,"tr_customer_product_id":178618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:00.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Burley Williamson","mobile_number":"250-880-9721","email_id":"Caesar67@hotmail.com","dop":"2025-04-06","serial_number":"17529031183200","imei1":"17529031183200","imei2":"17529031183200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178623,"job_number":"JOB_178623","tr_customer_id":178641,"tr_customer_product_id":178631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Rogers Rice","mobile_number":"772-817-7211","email_id":"Tobin_Waters89@yahoo.com","dop":"2025-02-01","serial_number":"33443402369957","imei1":"33443402369957","imei2":"33443402369957","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178625,"job_number":"JOB_178625","tr_customer_id":178643,"tr_customer_product_id":178633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:41.000Z","name":"Telly McDermott","mobile_number":"219-368-2377","email_id":"Mike_Herman@hotmail.com","dop":"2025-04-06","serial_number":"18876844508531","imei1":"18876844508531","imei2":"18876844508531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178626,"job_number":"JOB_178626","tr_customer_id":178644,"tr_customer_product_id":178634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"Makenna Ankunding","mobile_number":"709-529-2913","email_id":"Sean_Christiansen@yahoo.com","dop":"2025-12-31","serial_number":"109509671213446","imei1":"109509671213446","imei2":"109509671213446","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178628,"job_number":"JOB_178628","tr_customer_id":178646,"tr_customer_product_id":178636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Adela Pfannerstill","mobile_number":"473-945-7697","email_id":"Eliza67@yahoo.com","dop":"2025-04-06","serial_number":"11498194238917","imei1":"11498194238917","imei2":"11498194238917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178634,"job_number":"JOB_178634","tr_customer_id":178652,"tr_customer_product_id":178642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Vesta Bahringer","mobile_number":"226-909-1412","email_id":"Percy53@yahoo.com","dop":"2025-04-06","serial_number":"18403166730716","imei1":"18403166730716","imei2":"18403166730716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178638,"job_number":"JOB_178638","tr_customer_id":178656,"tr_customer_product_id":178646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Jeromy Johnston","mobile_number":"337-685-9668","email_id":"Catherine32@hotmail.com","dop":"2025-04-06","serial_number":"12652252393533","imei1":"12652252393533","imei2":"12652252393533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178639,"job_number":"JOB_178639","tr_customer_id":178657,"tr_customer_product_id":178647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Lela Yundt","mobile_number":"336-450-8633","email_id":"Estevan98@gmail.com","dop":"2025-04-06","serial_number":"15099421880320","imei1":"15099421880320","imei2":"15099421880320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178640,"job_number":"JOB_178640","tr_customer_id":178658,"tr_customer_product_id":178648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Zella Bernhard","mobile_number":"607-390-0543","email_id":"Savanah_Dietrich87@gmail.com","dop":"2000-01-31","serial_number":"10234848155468","imei1":"10234848155468","imei2":"10234848155468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178646,"job_number":"JOB_178646","tr_customer_id":178664,"tr_customer_product_id":178654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:11.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"Dina Kiehn","mobile_number":"628-763-2434","email_id":"Osvaldo_Kautzer61@hotmail.com","dop":"2025-04-06","serial_number":"10559079971260","imei1":"10559079971260","imei2":"10559079971260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178649,"job_number":"JOB_178649","tr_customer_id":178667,"tr_customer_product_id":178657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:16.000Z","modified_at":"2026-02-06T04:27:52.000Z","name":"Laury Beahan","mobile_number":"716-880-7193","email_id":"Randal57@hotmail.com","dop":"2025-04-06","serial_number":"19695939116675","imei1":"19695939116675","imei2":"19695939116675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178652,"job_number":"JOB_178652","tr_customer_id":178670,"tr_customer_product_id":178660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:55.000Z","name":"Marquis Hauck","mobile_number":"220-986-1040","email_id":"Elmer.Rosenbaum66@gmail.com","dop":"2025-04-06","serial_number":"16593935796615","imei1":"16593935796615","imei2":"16593935796615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178659,"job_number":"JOB_178659","tr_customer_id":178677,"tr_customer_product_id":178667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:29.000Z","modified_at":"2026-02-06T04:28:05.000Z","name":"Robin Prosacco","mobile_number":"827-541-6151","email_id":"Estell67@yahoo.com","dop":"2025-04-06","serial_number":"15516348005797","imei1":"15516348005797","imei2":"15516348005797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178662,"job_number":"JOB_178662","tr_customer_id":178680,"tr_customer_product_id":178670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:32.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Eleonore Hudson","mobile_number":"629-573-2485","email_id":"Guiseppe.Mohr@gmail.com","dop":"2025-04-06","serial_number":"15135459529555","imei1":"15135459529555","imei2":"15135459529555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178669,"job_number":"JOB_178669","tr_customer_id":178687,"tr_customer_product_id":178677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Timmothy Keebler","mobile_number":"469-695-0909","email_id":"Edison.Tremblay7@hotmail.com","dop":"2025-04-06","serial_number":"17692950289282","imei1":"17692950289282","imei2":"17692950289282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178672,"job_number":"JOB_178672","tr_customer_id":178690,"tr_customer_product_id":178680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:39.000Z","modified_at":"2026-02-06T04:28:15.000Z","name":"Jake Cartwright","mobile_number":"595-379-8018","email_id":"Florian.Harvey1@yahoo.com","dop":"2025-04-06","serial_number":"19761081809020","imei1":"19761081809020","imei2":"19761081809020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178675,"job_number":"JOB_178675","tr_customer_id":178693,"tr_customer_product_id":178683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:28:20.000Z","name":"Constantin Klein","mobile_number":"822-651-4809","email_id":"Raven10@hotmail.com","dop":"2025-04-06","serial_number":"10863191902383","imei1":"10863191902383","imei2":"10863191902383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178679,"job_number":"JOB_178679","tr_customer_id":178697,"tr_customer_product_id":178687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:49.000Z","modified_at":"2026-02-06T04:28:25.000Z","name":"Creola Predovic","mobile_number":"790-502-8773","email_id":"Naomi69@gmail.com","dop":"2025-04-06","serial_number":"10184041834810","imei1":"10184041834810","imei2":"10184041834810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178682,"job_number":"JOB_178682","tr_customer_id":178700,"tr_customer_product_id":178690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Ayana Bauch","mobile_number":"409-921-4519","email_id":"Isom.Gleason55@yahoo.com","dop":"2025-12-31","serial_number":"104725068256431","imei1":"104725068256431","imei2":"104725068256431","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178684,"job_number":"JOB_178684","tr_customer_id":178702,"tr_customer_product_id":178692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Rylee Yost","mobile_number":"780-218-3616","email_id":"Travon.Kris@gmail.com","dop":"2025-04-06","serial_number":"10220774443136","imei1":"10220774443136","imei2":"10220774443136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178687,"job_number":"JOB_178687","tr_customer_id":178705,"tr_customer_product_id":178695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Lyla Schimmel","mobile_number":"677-675-6914","email_id":"Jeramy44@hotmail.com","dop":"2025-04-06","serial_number":"14851145681070","imei1":"14851145681070","imei2":"14851145681070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178688,"job_number":"JOB_178688","tr_customer_id":178706,"tr_customer_product_id":178696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Peyton Cruickshank","mobile_number":"414-872-6943","email_id":"Emilie_Kris51@yahoo.com","dop":"2000-01-31","serial_number":"10521552457442","imei1":"10521552457442","imei2":"10521552457442","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178693,"job_number":"JOB_178693","tr_customer_id":178711,"tr_customer_product_id":178701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:28:34.000Z","name":"Orin Maggio","mobile_number":"260-509-0892","email_id":"Juliet40@hotmail.com","dop":"2025-04-06","serial_number":"13734047410072","imei1":"13734047410072","imei2":"13734047410072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178696,"job_number":"JOB_178696","tr_customer_id":178714,"tr_customer_product_id":178704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:00.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Tanya Wehner","mobile_number":"891-507-9866","email_id":"Tabitha27@gmail.com","dop":"2025-04-06","serial_number":"16477708348616","imei1":"16477708348616","imei2":"16477708348616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178699,"job_number":"JOB_178699","tr_customer_id":178717,"tr_customer_product_id":178707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:13.000Z","modified_at":"2026-02-06T04:28:49.000Z","name":"Mitchel Zieme","mobile_number":"367-774-3951","email_id":"Shayne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"19812224274750","imei1":"19812224274750","imei2":"19812224274750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178702,"job_number":"JOB_178702","tr_customer_id":178720,"tr_customer_product_id":178710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:50.000Z","name":"Sophie Stoltenberg","mobile_number":"974-631-1442","email_id":"Otis_Waters89@gmail.com","dop":"2025-04-06","serial_number":"13504453212054","imei1":"13504453212054","imei2":"13504453212054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178706,"job_number":"JOB_178706","tr_customer_id":178724,"tr_customer_product_id":178714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Itzel Barton","mobile_number":"527-785-8575","email_id":"Mandy_Mills@hotmail.com","dop":"2025-04-06","serial_number":"17217770174162","imei1":"17217770174162","imei2":"17217770174162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178707,"job_number":"JOB_178707","tr_customer_id":178725,"tr_customer_product_id":178715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Oliver Smith","mobile_number":"631-285-6630","email_id":"Gustave_Kub@gmail.com","dop":"2025-04-06","serial_number":"11928992021557","imei1":"11928992021557","imei2":"11928992021557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178711,"job_number":"JOB_178711","tr_customer_id":178729,"tr_customer_product_id":178719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:29:04.000Z","name":"Jarrell Lind","mobile_number":"383-487-2026","email_id":"Milan_Rippin42@gmail.com","dop":"2025-04-06","serial_number":"16118576633902","imei1":"16118576633902","imei2":"16118576633902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178714,"job_number":"JOB_178714","tr_customer_id":178732,"tr_customer_product_id":178722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:29:08.000Z","name":"Olaf Gottlieb","mobile_number":"448-561-0906","email_id":"Walton10@yahoo.com","dop":"2025-04-06","serial_number":"15985614146917","imei1":"15985614146917","imei2":"15985614146917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178717,"job_number":"JOB_178717","tr_customer_id":178735,"tr_customer_product_id":178725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:29:11.000Z","name":"Maci Koss","mobile_number":"217-730-1682","email_id":"Oran8@gmail.com","dop":"2000-01-31","serial_number":"10138181427873","imei1":"10138181427873","imei2":"10138181427873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178719,"job_number":"JOB_178719","tr_customer_id":178737,"tr_customer_product_id":178727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:29:13.000Z","name":"Alfredo McLaughlin","mobile_number":"520-397-7496","email_id":"Baylee49@hotmail.com","dop":"2025-04-06","serial_number":"10945519913994","imei1":"10945519913994","imei2":"10945519913994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178723,"job_number":"JOB_178723","tr_customer_id":178741,"tr_customer_product_id":178731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:29:19.000Z","name":"Julie Rutherford","mobile_number":"288-419-6922","email_id":"Rubye.Gusikowski4@yahoo.com","dop":"2025-04-06","serial_number":"17019309498582","imei1":"17019309498582","imei2":"17019309498582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178726,"job_number":"JOB_178726","tr_customer_id":178744,"tr_customer_product_id":178734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:43.000Z","name":"Saige Krajcik","mobile_number":"846-967-7466","email_id":"Cary_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"19559461699582","imei1":"19559461699582","imei2":"19559461699582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178729,"job_number":"JOB_178729","tr_customer_id":178747,"tr_customer_product_id":178737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:30:27.000Z","name":"Kip McGlynn","mobile_number":"294-445-0402","email_id":"Ashly89@hotmail.com","dop":"2025-04-06","serial_number":"18636274434907","imei1":"18636274434907","imei2":"18636274434907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178737,"job_number":"JOB_178737","tr_customer_id":178755,"tr_customer_product_id":178745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:51.000Z","modified_at":"2026-02-06T04:43:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99934342920533","imei1":"99934342920533","imei2":"99934342920533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178744,"job_number":"JOB_178744","tr_customer_id":178762,"tr_customer_product_id":178752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:23.000Z","modified_at":"2026-02-06T04:43:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34694062887707","imei1":"34694062887707","imei2":"34694062887707","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178751,"job_number":"JOB_178751","tr_customer_id":178769,"tr_customer_product_id":178759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:44:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32342800923924","imei1":"32342800923924","imei2":"32342800923924","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178766,"job_number":"JOB_178766","tr_customer_id":178784,"tr_customer_product_id":178774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:53.000Z","modified_at":"2026-02-06T05:18:04.000Z","name":"Joel Crona","mobile_number":"333-505-5846","email_id":"Emmy_Walter87@gmail.com","dop":"2025-07-01","serial_number":"100161934775892","imei1":"100161934775892","imei2":"100161934775892","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178768,"job_number":"JOB_178768","tr_customer_id":178786,"tr_customer_product_id":178776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:17.000Z","name":"Misael Johnston","mobile_number":"561-806-1557","email_id":"Clementina87@hotmail.com","dop":"2025-07-01","serial_number":"107277439846750","imei1":"107277439846750","imei2":"107277439846750","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178773,"job_number":"JOB_178773","tr_customer_id":178791,"tr_customer_product_id":178781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:21.000Z","modified_at":"2026-02-06T05:34:59.000Z","name":"Johathan Ondricka","mobile_number":"654-472-0205","email_id":"Oscar1@gmail.com","dop":"2025-04-06","serial_number":"17937135235498","imei1":"17937135235498","imei2":"17937135235498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178775,"job_number":"JOB_178775","tr_customer_id":178793,"tr_customer_product_id":178783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:35.000Z","modified_at":"2026-02-06T05:35:12.000Z","name":"Jesus Kovacek","mobile_number":"764-792-1171","email_id":"Rylee21@gmail.com","dop":"2025-04-06","serial_number":"19022494699673","imei1":"19022494699673","imei2":"19022494699673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178798,"job_number":"JOB_178798","tr_customer_id":178816,"tr_customer_product_id":178806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:44.000Z","name":"Wiley Williamson","mobile_number":"593-489-1827","email_id":"Lura29@hotmail.com","dop":"2025-12-31","serial_number":"108982756442978","imei1":"108982756442978","imei2":"108982756442978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178799,"job_number":"JOB_178799","tr_customer_id":178817,"tr_customer_product_id":178807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:03.000Z","modified_at":"2026-02-06T06:40:31.000Z","name":"Victor Tremblay","mobile_number":"294-278-4879","email_id":"Carroll_Terry@hotmail.com","dop":"2026-01-23","serial_number":"16654201607089","imei1":"16654201607089","imei2":"16654201607089","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178803,"job_number":"JOB_178803","tr_customer_id":178821,"tr_customer_product_id":178811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:53.000Z","modified_at":"2026-02-06T06:41:39.000Z","name":"Clemens Murazik","mobile_number":"941-473-2688","email_id":"Daphnee.Cormier@yahoo.com","dop":"2025-12-31","serial_number":"109938690985845","imei1":"109938690985845","imei2":"109938690985845","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178807,"job_number":"JOB_178807","tr_customer_id":178825,"tr_customer_product_id":178815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Clay Kulas","mobile_number":"909-715-2214","email_id":"Paul21@yahoo.com","dop":"2025-12-31","serial_number":"105129681338163","imei1":"105129681338163","imei2":"105129681338163","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178808,"job_number":"JOB_178808","tr_customer_id":178826,"tr_customer_product_id":178816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:58.000Z","modified_at":"2026-02-06T06:42:39.000Z","name":"Laisha Nitzsche","mobile_number":"901-385-6961","email_id":"Shakira1@yahoo.com","dop":"2025-04-06","serial_number":"15704871045999","imei1":"15704871045999","imei2":"15704871045999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178811,"job_number":"JOB_178811","tr_customer_id":178829,"tr_customer_product_id":178819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:51.000Z","name":"Brandon Schulist","mobile_number":"534-650-5204","email_id":"Raegan.OConnell53@gmail.com","dop":"2025-06-18","serial_number":"10491221519194","imei1":"10491221519194","imei2":"10491221519194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178814,"job_number":"JOB_178814","tr_customer_id":178832,"tr_customer_product_id":178822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:43:09.000Z","name":"Brianne Crooks","mobile_number":"471-682-2142","email_id":"Freddy.Cole27@hotmail.com","dop":"2025-04-06","serial_number":"10670916656051","imei1":"10670916656051","imei2":"10670916656051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178817,"job_number":"JOB_178817","tr_customer_id":178835,"tr_customer_product_id":178825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:43:40.000Z","name":"Mazie Ondricka","mobile_number":"865-553-8265","email_id":"Heber86@yahoo.com","dop":"2025-06-18","serial_number":"10310160157020","imei1":"10310160157020","imei2":"10310160157020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178820,"job_number":"JOB_178820","tr_customer_id":178838,"tr_customer_product_id":178828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:50.000Z","name":"Ford Hane","mobile_number":"678-357-7312","email_id":"Brendan.Green@yahoo.com","dop":"2025-04-06","serial_number":"11332365617009","imei1":"11332365617009","imei2":"11332365617009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178823,"job_number":"JOB_178823","tr_customer_id":178841,"tr_customer_product_id":178831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:52.000Z","name":"Ona Denesik","mobile_number":"905-860-1743","email_id":"Madeline10@hotmail.com","dop":"2025-04-06","serial_number":"14353831483994","imei1":"14353831483994","imei2":"14353831483994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178826,"job_number":"JOB_178826","tr_customer_id":178844,"tr_customer_product_id":178834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:58.000Z","modified_at":"2026-02-06T06:44:36.000Z","name":"Elton Kessler","mobile_number":"806-637-9557","email_id":"Cornelius23@yahoo.com","dop":"2025-04-06","serial_number":"18089490916318","imei1":"18089490916318","imei2":"18089490916318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178829,"job_number":"JOB_178829","tr_customer_id":178847,"tr_customer_product_id":178837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:44:35.000Z","name":"Stephan Kuhlman","mobile_number":"734-626-6722","email_id":"Cecilia_Rau@hotmail.com","dop":"2025-04-06","serial_number":"11175108868221","imei1":"11175108868221","imei2":"11175108868221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178833,"job_number":"JOB_178833","tr_customer_id":178851,"tr_customer_product_id":178841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:45:23.000Z","name":"Johnny Quigley","mobile_number":"684-285-0739","email_id":"Liam88@yahoo.com","dop":"2025-04-06","serial_number":"12550690244730","imei1":"12550690244730","imei2":"12550690244730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178835,"job_number":"JOB_178835","tr_customer_id":178853,"tr_customer_product_id":178843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:55.000Z","modified_at":"2026-02-06T06:46:20.000Z","name":"Nadia Ernser","mobile_number":"837-592-4853","email_id":"Wilfred13@gmail.com","dop":"2026-01-23","serial_number":"17705677962055","imei1":"17705677962055","imei2":"17705677962055","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178838,"job_number":"JOB_178838","tr_customer_id":178856,"tr_customer_product_id":178846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:46.000Z","name":"Dan Zieme","mobile_number":"461-771-9429","email_id":"Felicity_Schulist@gmail.com","dop":"2025-04-06","serial_number":"12553996678296","imei1":"12553996678296","imei2":"12553996678296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178841,"job_number":"JOB_178841","tr_customer_id":178859,"tr_customer_product_id":178849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:47:37.000Z","name":"Jasen Orn","mobile_number":"663-259-4758","email_id":"Tyrese_Jast@yahoo.com","dop":"2025-04-06","serial_number":"10237531981034","imei1":"10237531981034","imei2":"10237531981034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178843,"job_number":"JOB_178843","tr_customer_id":178861,"tr_customer_product_id":178851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:16.000Z","modified_at":"2026-02-06T06:47:42.000Z","name":"Ottilie Grady","mobile_number":"844-406-8470","email_id":"Candida.Kiehn56@yahoo.com","dop":"2026-01-23","serial_number":"17548295826563","imei1":"17548295826563","imei2":"17548295826563","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178846,"job_number":"JOB_178846","tr_customer_id":178864,"tr_customer_product_id":178854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:48:27.000Z","name":"Declan Emard","mobile_number":"677-287-9168","email_id":"Mack_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14046039843685","imei1":"14046039843685","imei2":"14046039843685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178851,"job_number":"JOB_178851","tr_customer_id":178869,"tr_customer_product_id":178859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:49:06.000Z","name":"Marcelina Reinger","mobile_number":"879-448-3750","email_id":"Maude4@hotmail.com","dop":"2026-01-23","serial_number":"18835160636483","imei1":"18835160636483","imei2":"18835160636483","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178860,"job_number":"JOB_178860","tr_customer_id":178878,"tr_customer_product_id":178868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:40.000Z","name":"Hertha Welch","mobile_number":"610-927-9522","email_id":"Mikel.Watsica36@hotmail.com","dop":"2025-04-06","serial_number":"16097580495526","imei1":"16097580495526","imei2":"16097580495526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178863,"job_number":"JOB_178863","tr_customer_id":178881,"tr_customer_product_id":178871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:51:26.000Z","name":"Liliana Rice","mobile_number":"830-678-5977","email_id":"Bartholome_Smith@yahoo.com","dop":"2025-04-06","serial_number":"13567815461229","imei1":"13567815461229","imei2":"13567815461229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178866,"job_number":"JOB_178866","tr_customer_id":178884,"tr_customer_product_id":178874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:34.000Z","modified_at":"2026-02-06T06:52:12.000Z","name":"Abdul Heller","mobile_number":"623-409-8684","email_id":"Jany.Rowe@hotmail.com","dop":"2025-04-06","serial_number":"19587232857239","imei1":"19587232857239","imei2":"19587232857239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178869,"job_number":"JOB_178869","tr_customer_id":178887,"tr_customer_product_id":178877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:49.000Z","name":"Ava Schuppe","mobile_number":"809-591-4986","email_id":"Lance_Bernhard@hotmail.com","dop":"2025-04-06","serial_number":"16410380761710","imei1":"16410380761710","imei2":"16410380761710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178872,"job_number":"JOB_178872","tr_customer_id":178890,"tr_customer_product_id":178880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:54:34.000Z","name":"Brielle Hills","mobile_number":"269-962-4388","email_id":"Jonas_Howell@gmail.com","dop":"2025-04-06","serial_number":"12171108028677","imei1":"12171108028677","imei2":"12171108028677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178874,"job_number":"JOB_178874","tr_customer_id":178892,"tr_customer_product_id":178882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:01.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Kristian Macejkovic","mobile_number":"885-783-2513","email_id":"Javonte65@gmail.com","dop":"2025-04-06","serial_number":"17071538377092","imei1":"17071538377092","imei2":"17071538377092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178877,"job_number":"JOB_178877","tr_customer_id":178895,"tr_customer_product_id":178885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:55:20.000Z","name":"Clement Koepp","mobile_number":"693-537-7749","email_id":"Kian_Blick@gmail.com","dop":"2025-04-06","serial_number":"14643628354244","imei1":"14643628354244","imei2":"14643628354244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178880,"job_number":"JOB_178880","tr_customer_id":178898,"tr_customer_product_id":178888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:55:23.000Z","name":"Blaze DuBuque","mobile_number":"287-760-1551","email_id":"Ricky64@yahoo.com","dop":"2025-04-06","serial_number":"13113032506573","imei1":"13113032506573","imei2":"13113032506573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178883,"job_number":"JOB_178883","tr_customer_id":178901,"tr_customer_product_id":178891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Celia Schumm","mobile_number":"801-390-6504","email_id":"Cade.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"19096615411646","imei1":"19096615411646","imei2":"19096615411646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178886,"job_number":"JOB_178886","tr_customer_id":178904,"tr_customer_product_id":178894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:49.000Z","name":"Keyshawn Abbott","mobile_number":"201-642-9945","email_id":"Andreanne.Hoppe@hotmail.com","dop":"2000-01-31","serial_number":"10718753085919","imei1":"10718753085919","imei2":"10718753085919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178889,"job_number":"JOB_178889","tr_customer_id":178907,"tr_customer_product_id":178897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:31.000Z","modified_at":"2026-02-06T06:56:08.000Z","name":"Adolphus Schultz","mobile_number":"838-927-6948","email_id":"Irwin.Johnson70@hotmail.com","dop":"2025-04-06","serial_number":"11609559637212","imei1":"11609559637212","imei2":"11609559637212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178892,"job_number":"JOB_178892","tr_customer_id":178910,"tr_customer_product_id":178900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:56:20.000Z","name":"Cathy Friesen","mobile_number":"215-876-6459","email_id":"Casey.Gerlach@yahoo.com","dop":"2025-04-06","serial_number":"11205568642410","imei1":"11205568642410","imei2":"11205568642410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178895,"job_number":"JOB_178895","tr_customer_id":178913,"tr_customer_product_id":178903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:56:43.000Z","name":"Marcellus Hagenes","mobile_number":"399-979-4235","email_id":"Greg.Runolfsson2@hotmail.com","dop":"2000-01-31","serial_number":"10150949641707","imei1":"10150949641707","imei2":"10150949641707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178898,"job_number":"JOB_178898","tr_customer_id":178916,"tr_customer_product_id":178906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:13.000Z","modified_at":"2026-02-06T06:56:56.000Z","name":"Maryse Greenfelder","mobile_number":"400-441-9465","email_id":"Arjun.Ullrich@hotmail.com","dop":"2025-04-06","serial_number":"10587341366595","imei1":"10587341366595","imei2":"10587341366595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178901,"job_number":"JOB_178901","tr_customer_id":178919,"tr_customer_product_id":178909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:16.000Z","modified_at":"2026-02-06T06:56:53.000Z","name":"Jaycee Jaskolski","mobile_number":"821-982-2035","email_id":"Tia_Lind@gmail.com","dop":"2025-04-06","serial_number":"13021561998850","imei1":"13021561998850","imei2":"13021561998850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178904,"job_number":"JOB_178904","tr_customer_id":178922,"tr_customer_product_id":178912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:28.000Z","modified_at":"2026-02-06T06:57:07.000Z","name":"Ricardo Hackett","mobile_number":"213-796-9315","email_id":"Herman_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"13926045357322","imei1":"13926045357322","imei2":"13926045357322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178907,"job_number":"JOB_178907","tr_customer_id":178925,"tr_customer_product_id":178915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:57:37.000Z","name":"Devyn Erdman","mobile_number":"260-988-7276","email_id":"Francisca_Cummings60@gmail.com","dop":"2000-01-31","serial_number":"10324413965385","imei1":"10324413965385","imei2":"10324413965385","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178910,"job_number":"JOB_178910","tr_customer_id":178928,"tr_customer_product_id":178918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:05.000Z","modified_at":"2026-02-06T06:57:47.000Z","name":"Kayley Kuhic","mobile_number":"724-436-1972","email_id":"Jarvis.Crooks33@gmail.com","dop":"2025-04-06","serial_number":"17044087782448","imei1":"17044087782448","imei2":"17044087782448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178913,"job_number":"JOB_178913","tr_customer_id":178931,"tr_customer_product_id":178921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:58:31.000Z","name":"Jailyn Stracke","mobile_number":"284-282-0967","email_id":"Katelyn0@gmail.com","dop":"2000-01-31","serial_number":"10171339315367","imei1":"10171339315367","imei2":"10171339315367","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178916,"job_number":"JOB_178916","tr_customer_id":178934,"tr_customer_product_id":178924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:56.000Z","modified_at":"2026-02-06T06:58:38.000Z","name":"Diana Smith","mobile_number":"593-396-5129","email_id":"Jordy.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"10201013514815","imei1":"10201013514815","imei2":"10201013514815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178919,"job_number":"JOB_178919","tr_customer_id":178937,"tr_customer_product_id":178927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:01:41.000Z","name":"Lavada Homenick","mobile_number":"366-302-8431","email_id":"Don.Lindgren@gmail.com","dop":"2025-04-06","serial_number":"12079846250507","imei1":"12079846250507","imei2":"12079846250507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178922,"job_number":"JOB_178922","tr_customer_id":178940,"tr_customer_product_id":178930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:49.000Z","name":"Chanelle Zieme","mobile_number":"759-915-8121","email_id":"Elna56@yahoo.com","dop":"2025-04-06","serial_number":"18718698274857","imei1":"18718698274857","imei2":"18718698274857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178925,"job_number":"JOB_178925","tr_customer_id":178943,"tr_customer_product_id":178933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:41.000Z","modified_at":"2026-02-06T07:02:27.000Z","name":"Norval Volkman","mobile_number":"508-391-5596","email_id":"Jaden_Feeney29@yahoo.com","dop":"2025-04-06","serial_number":"18652990407408","imei1":"18652990407408","imei2":"18652990407408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178928,"job_number":"JOB_178928","tr_customer_id":178946,"tr_customer_product_id":178936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:02:34.000Z","name":"Jarod VonRueden","mobile_number":"797-915-2095","email_id":"Willow7@yahoo.com","dop":"2025-04-06","serial_number":"12989549641980","imei1":"12989549641980","imei2":"12989549641980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178930,"job_number":"JOB_178930","tr_customer_id":178948,"tr_customer_product_id":178938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:57.000Z","modified_at":"2026-02-06T07:02:43.000Z","name":"Casey Bradtke","mobile_number":"898-541-2937","email_id":"Tyrel.Hilll@gmail.com","dop":"2025-04-06","serial_number":"19555008397539","imei1":"19555008397539","imei2":"19555008397539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178931,"job_number":"JOB_178931","tr_customer_id":178949,"tr_customer_product_id":178939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:36.000Z","name":"Loren Stark","mobile_number":"312-776-6780","email_id":"Ada.Labadie10@yahoo.com","dop":"2025-04-06","serial_number":"14339628547425","imei1":"14339628547425","imei2":"14339628547425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178933,"job_number":"JOB_178933","tr_customer_id":178951,"tr_customer_product_id":178941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Eric Fahey","mobile_number":"680-869-0582","email_id":"Justice63@hotmail.com","dop":"2025-04-06","serial_number":"14737159141466","imei1":"14737159141466","imei2":"14737159141466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178938,"job_number":"JOB_178938","tr_customer_id":178956,"tr_customer_product_id":178946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:36.000Z","modified_at":"2026-02-06T07:03:21.000Z","name":"Avery Champlin","mobile_number":"791-637-1032","email_id":"Rosanna.Kilback1@hotmail.com","dop":"2025-04-06","serial_number":"11185466058604","imei1":"11185466058604","imei2":"11185466058604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178941,"job_number":"JOB_178941","tr_customer_id":178959,"tr_customer_product_id":178949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:03:25.000Z","name":"Bart Wunsch","mobile_number":"286-888-0892","email_id":"Juana93@yahoo.com","dop":"2025-04-06","serial_number":"10101928501336","imei1":"10101928501336","imei2":"10101928501336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178944,"job_number":"JOB_178944","tr_customer_id":178962,"tr_customer_product_id":178952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:03:39.000Z","name":"Branson Pfeffer","mobile_number":"460-855-4218","email_id":"Brett_Paucek71@hotmail.com","dop":"2025-04-06","serial_number":"15397367147044","imei1":"15397367147044","imei2":"15397367147044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178947,"job_number":"JOB_178947","tr_customer_id":178965,"tr_customer_product_id":178955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:04:15.000Z","name":"Daphne Wiegand","mobile_number":"833-821-3711","email_id":"Ludie_Gusikowski76@yahoo.com","dop":"2025-04-06","serial_number":"19456772657849","imei1":"19456772657849","imei2":"19456772657849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178950,"job_number":"JOB_178950","tr_customer_id":178968,"tr_customer_product_id":178958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:01.000Z","modified_at":"2026-02-06T07:05:42.000Z","name":"Burley Kunze","mobile_number":"979-872-4954","email_id":"Ova_Kemmer36@hotmail.com","dop":"2025-04-06","serial_number":"14719862789615","imei1":"14719862789615","imei2":"14719862789615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178952,"job_number":"JOB_178952","tr_customer_id":178970,"tr_customer_product_id":178960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:07.000Z","modified_at":"2026-02-06T07:05:48.000Z","name":"Earl Torphy","mobile_number":"338-771-5120","email_id":"Eldora67@yahoo.com","dop":"2025-04-06","serial_number":"14762144343307","imei1":"14762144343307","imei2":"14762144343307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178955,"job_number":"JOB_178955","tr_customer_id":178973,"tr_customer_product_id":178963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:51.000Z","modified_at":"2026-02-06T07:06:31.000Z","name":"Alex Crooks","mobile_number":"667-252-6211","email_id":"Regan62@hotmail.com","dop":"2025-04-06","serial_number":"14121813432625","imei1":"14121813432625","imei2":"14121813432625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178958,"job_number":"JOB_178958","tr_customer_id":178976,"tr_customer_product_id":178966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:40.000Z","modified_at":"2026-02-06T07:07:20.000Z","name":"Malcolm Reichel","mobile_number":"620-653-0750","email_id":"Viola.Jacobs@gmail.com","dop":"2025-04-06","serial_number":"18209231807978","imei1":"18209231807978","imei2":"18209231807978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:07:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178976,"job_number":"JOB_178976","tr_customer_id":178994,"tr_customer_product_id":178984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:55.000Z","modified_at":"2026-02-06T07:26:21.000Z","name":"Laurel Greenholt","mobile_number":"568-717-9339","email_id":"Lenora_King@hotmail.com","dop":"2026-01-23","serial_number":"14020455946738","imei1":"14020455946738","imei2":"14020455946738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178978,"job_number":"JOB_178978","tr_customer_id":178996,"tr_customer_product_id":178986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:40.000Z","modified_at":"2026-02-06T07:28:07.000Z","name":"Jonathan Fisher","mobile_number":"540-734-6376","email_id":"Hans20@hotmail.com","dop":"2026-01-23","serial_number":"11599697670299","imei1":"11599697670299","imei2":"11599697670299","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178981,"job_number":"JOB_178981","tr_customer_id":178999,"tr_customer_product_id":178989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:12.000Z","name":"Wiley Ritchie","mobile_number":"803-200-2191","email_id":"Caitlyn15@hotmail.com","dop":"2025-12-01","serial_number":"15887129985371","imei1":"15887129985371","imei2":"15887129985371","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178983,"job_number":"JOB_178983","tr_customer_id":179001,"tr_customer_product_id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:28.000Z","name":"Maryse Mayer","mobile_number":"238-600-0532","email_id":"Joanie.Hamill@yahoo.com","dop":"2025-12-01","serial_number":"12328725064385","imei1":"12328725064385","imei2":"12328725064385","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178985,"job_number":"JOB_178985","tr_customer_id":179003,"tr_customer_product_id":178993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:44.000Z","name":"Griffin Lehner","mobile_number":"770-301-3399","email_id":"Lea_Kshlerin83@gmail.com","dop":"2025-12-01","serial_number":"15855541223266","imei1":"15855541223266","imei2":"15855541223266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178986,"job_number":"JOB_178986","tr_customer_id":179004,"tr_customer_product_id":178994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:49.000Z","modified_at":"2026-02-06T07:39:14.000Z","name":"Garrett Spinka","mobile_number":"579-847-4451","email_id":"Graciela.Schowalter1@yahoo.com","dop":"2026-01-23","serial_number":"11532165808132","imei1":"11532165808132","imei2":"11532165808132","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178988,"job_number":"JOB_178988","tr_customer_id":179006,"tr_customer_product_id":178996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:29.000Z","modified_at":"2026-02-06T07:42:56.000Z","name":"Donnie Gislason","mobile_number":"872-292-3227","email_id":"Demarco84@yahoo.com","dop":"2026-01-23","serial_number":"15847394972552","imei1":"15847394972552","imei2":"15847394972552","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178533,"job_number":"JOB_178533","tr_customer_id":178551,"tr_customer_product_id":178541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:44.000Z","modified_at":"2026-02-06T04:25:53.000Z","name":"tanjiro kamado","mobile_number":"943-881-3299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"328388142858642","imei1":"328388142858642","imei2":"328388142858642","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178542,"job_number":"JOB_178542","tr_customer_id":178560,"tr_customer_product_id":178550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:55.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"giyu tomiaka","mobile_number":"940-807-9270","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"809793346492813","imei1":"809793346492813","imei2":"809793346492813","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178605,"job_number":"JOB_178605","tr_customer_id":178623,"tr_customer_product_id":178613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:20.000Z","name":"Emory Kuvalis","mobile_number":"731-394-6076","email_id":"Abel.Boyer91@yahoo.com","dop":"2025-10-01","serial_number":"16159687240792","imei1":"16159687240792","imei2":"16159687240792","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178614,"job_number":"JOB_178614","tr_customer_id":178632,"tr_customer_product_id":178622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:14.000Z","name":"Omari Lindgren","mobile_number":"945-707-7395","email_id":"Loma15@gmail.com","dop":"2025-06-09","serial_number":"109981249556518","imei1":"109981249556518","imei2":"109981249556518","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178630,"job_number":"JOB_178630","tr_customer_id":178648,"tr_customer_product_id":178638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:16.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16543836757730","imei1":"16543836757730","imei2":"16543836757730","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178654,"job_number":"JOB_178654","tr_customer_id":178672,"tr_customer_product_id":178662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Yadira Botsford","mobile_number":"418-785-7616","email_id":"Jordan.Olson4@yahoo.com","dop":"2025-06-09","serial_number":"103083955708215","imei1":"103083955708215","imei2":"103083955708215","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178657,"job_number":"JOB_178657","tr_customer_id":178675,"tr_customer_product_id":178665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:20.000Z","modified_at":"2026-02-06T04:27:29.000Z","name":"Christina DuBuque","mobile_number":"444-639-0881","email_id":"Melisa85@gmail.com","dop":"2025-12-31","serial_number":"10670005866137","imei1":"10670005866137","imei2":"10670005866137","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178663,"job_number":"JOB_178663","tr_customer_id":178681,"tr_customer_product_id":178671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:42.000Z","name":"Tiana Nitzsche","mobile_number":"820-269-7822","email_id":"Jaylen.Howe20@gmail.com","dop":"2025-12-31","serial_number":"10058762208530","imei1":"10058762208530","imei2":"10058762208530","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178666,"job_number":"JOB_178666","tr_customer_id":178684,"tr_customer_product_id":178674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Clinton Emard","mobile_number":"352-305-8377","email_id":"Titus30@hotmail.com","dop":"2025-06-09","serial_number":"103515650134919","imei1":"103515650134919","imei2":"103515650134919","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178677,"job_number":"JOB_178677","tr_customer_id":178695,"tr_customer_product_id":178685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:54.000Z","name":"Gabriel Cruickshank","mobile_number":"910-588-0990","email_id":"Fredy.Mann77@yahoo.com","dop":"2025-12-31","serial_number":"10539992516211","imei1":"10539992516211","imei2":"10539992516211","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178758,"job_number":"JOB_178758","tr_customer_id":178776,"tr_customer_product_id":178766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:11:00.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16365194181806","imei1":"16365194181806","imei2":"16365194181806","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:11:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178782,"job_number":"JOB_178782","tr_customer_id":178800,"tr_customer_product_id":178790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:36:54.000Z","modified_at":"2026-02-06T06:37:05.000Z","name":"Javier Hoeger","mobile_number":"406-625-2600","email_id":"Estell44@yahoo.com","dop":"2025-11-04","serial_number":"92501352173513","imei1":"92501352173513","imei2":"92501352173513","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178783,"job_number":"JOB_178783","tr_customer_id":178801,"tr_customer_product_id":178791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:10.000Z","modified_at":"2026-02-06T06:37:21.000Z","name":"Glenna Sawayn","mobile_number":"814-284-6586","email_id":"Allie_Schultz@yahoo.com","dop":"2025-11-04","serial_number":"52148337948783","imei1":"52148337948783","imei2":"52148337948783","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178784,"job_number":"JOB_178784","tr_customer_id":178802,"tr_customer_product_id":178792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:25.000Z","modified_at":"2026-02-06T06:37:36.000Z","name":"Keara Wunsch","mobile_number":"659-381-6378","email_id":"Hailie_Gorczany@yahoo.com","dop":"2025-11-04","serial_number":"50344514038511","imei1":"50344514038511","imei2":"50344514038511","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178786,"job_number":"JOB_178786","tr_customer_id":178804,"tr_customer_product_id":178794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:45.000Z","modified_at":"2026-02-06T06:38:09.000Z","name":"Letitia Hermann","mobile_number":"730-939-1195","email_id":"Easton.Kovacek96@gmail.com","dop":"2025-10-01","serial_number":"11401739279151","imei1":"11401739279151","imei2":"11401739279151","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178789,"job_number":"JOB_178789","tr_customer_id":178807,"tr_customer_product_id":178797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:38.000Z","name":"Quinten Runte","mobile_number":"289-692-2261","email_id":"Douglas35@hotmail.com","dop":"2025-06-09","serial_number":"103409113686397","imei1":"103409113686397","imei2":"103409113686397","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178792,"job_number":"JOB_178792","tr_customer_id":178810,"tr_customer_product_id":178800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:54.000Z","name":"Caleigh Kautzer","mobile_number":"847-315-0855","email_id":"Mittie.McLaughlin30@hotmail.com","dop":"2025-06-09","serial_number":"105846200455308","imei1":"105846200455308","imei2":"105846200455308","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178795,"job_number":"JOB_178795","tr_customer_id":178813,"tr_customer_product_id":178803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:40:09.000Z","name":"Mallie Mertz","mobile_number":"928-794-0209","email_id":"Mitchel_Herzog91@gmail.com","dop":"2025-06-09","serial_number":"100205938634094","imei1":"100205938634094","imei2":"100205938634094","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178804,"job_number":"JOB_178804","tr_customer_id":178822,"tr_customer_product_id":178812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:14.000Z","modified_at":"2026-02-06T06:41:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"53120930975158","imei1":"53120930975158","imei2":"53120930975158","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178805,"job_number":"JOB_178805","tr_customer_id":178823,"tr_customer_product_id":178813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:31.000Z","modified_at":"2026-02-06T06:41:57.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"18378251709405","imei1":"18378251709405","imei2":"18378251709405","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178850,"job_number":"JOB_178850","tr_customer_id":178868,"tr_customer_product_id":178858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:48:52.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"23566786629105","imei1":"23566786629105","imei2":"23566786629105","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178853,"job_number":"JOB_178853","tr_customer_id":178871,"tr_customer_product_id":178861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:57.000Z","modified_at":"2026-02-06T06:49:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56237502113076","imei1":"56237502113076","imei2":"56237502113076","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178854,"job_number":"JOB_178854","tr_customer_id":178872,"tr_customer_product_id":178862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:13.000Z","modified_at":"2026-02-06T06:49:25.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"23227800082185","imei1":"23227800082185","imei2":"23227800082185","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAwNX0.KMFNQAwk-Gd37k6HwVFUVZDDenY29Y5YJQanR3nyT8I |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3059defd-9b73-40de-bc0e-1c2e17513dfa |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1787-qVuKUcpO+nF4/rxL76corbBXIgk" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:46 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:44.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAwNX0.KMFNQAwk-Gd37k6HwVFUVZDDenY29Y5YJQanR3nyT8I |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f57580ff-8cb4-4a3e-8a86-684f3cd86757 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 178990
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAwNX0.KMFNQAwk-Gd37k6HwVFUVZDDenY29Y5YJQanR3nyT8I |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c0194ffd-2779-4d9d-b874-8040e6555343 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"13a8-HEaOgmHmXxk0Vj+g2uNroNa4caQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 673f40d0-33d1-46b1-88ac-13fd24566a17 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-gMokzGrFa/paRGUy7mmrAAlEMv8" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDd9.825fdzrpD5TwAmCIXvL5YH8JtYwia4D8scGVg-dpRUc"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 86895853-9481-46d6-9474-ba3b419c3274 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:47 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 37f83582-feb4-4614-8aed-14b12ff0a235 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-aBy+qfOgm//BNQ+WkBPzg/DSlE0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":506},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b14becbf-f7da-4316-9c19-f797aa4ec561 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1012 |
| ETag | W/"3f4-R67xJq6753XmxuZjox4RiTXaNU8" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:47.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-06T07:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 213c1bc8-d094-4518-b277-44f17b7a8ba7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1012 |
| ETag | W/"3f4-R67xJq6753XmxuZjox4RiTXaNU8" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:48 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:47.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-06T07:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6498d452-e75e-4e34-8346-9de9a833c67c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 178990
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f083bc9d-364d-4e72-ba6b-30a03ade4f0a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjM5OTN9.Q-B6g6JbdyLMU3mIcSO5cMEbo-g5kfyv7GLNB3tGI2s |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b8848f1b-19fc-4311-953f-4eb21a44e5b9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 40ce4b58-2fd3-4699-9d04-2bd384aa53fa |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-fFde8ZOZlPqSfdMe65EfBMguePU" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e8fce81a-2605-4c41-902b-443eb6aaa21c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 13da0e29-f34b-48cd-8a04-502fe35bc707 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a716c149-042e-4386-848d-81bc0b030c0f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 90d2dfe0-e82c-4cd9-a920-a0580addf1fd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 28dda03f-9561-4bd6-9add-11fa8ba30df4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e7530c44-52f7-4f94-8843-2ac3cbcf1565 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-LD6tNcnFYmjMfMENEg74xzN/2VI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":506},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3a62ca5d-ee7e-45f2-bac6-e9ae6d6f11fd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ccb99997-1873-4adf-8815-5e26ed2348fa |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-LD6tNcnFYmjMfMENEg74xzN/2VI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":506},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 51f81681-c8ff-4a7a-813e-3dd73d7be751 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 799b4925-b65c-4408-9776-ff4b27c845de |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 82b89663-cdf8-41c3-98ad-06a71babe0d2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| randomnumber | 792 |
| randomFirstName | Camilla |
| randomLastName | Pfeffer |
| randomEmail | Dell.Prohaska35@yahoo.com |
| randomPhone | 716-763-8547 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b117fc99-d35e-4c15-bde5-a0a35e13e91a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1064 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Clinton",
"last_name": "Bechtelar",
"mobile_number": "437-934-0072",
"mobile_number_alt": "",
"email_id": "Madonna.Nikolaus93@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"43668592380047",
"imei1": "43668592380047",
"imei2": "43668592380047",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-Fi4WkTiZeD4TNGYqpKAcwlaxna8" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":179009,"tr_customer_product_id":178999,"job_number":"JOB_178991"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| randomnumber | 128 |
| randomFirstName | Israel |
| randomLastName | Predovic |
| randomEmail | Hattie.Lakin@hotmail.com |
| randomPhone | 642-628-2642 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b9ea2a26-89a9-411f-b46e-ca49ee8a7501 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1053 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Destini",
"last_name": "Padberg",
"mobile_number": "526-448-2948",
"mobile_number_alt": "",
"email_id": "Major_Berge@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"93777905820450",
"imei1": "93777905820450",
"imei2": "93777905820450",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMDB9.-f01LUpuMA2TL7A4Na4Y9-XRn2_O_fbH637PfUKNNto |
| randomnumber | 72 |
| randomFirstName | Golda |
| randomLastName | Turcotte |
| randomEmail | Rod60@hotmail.com |
| randomPhone | 394-277-5235 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bf5f7206-0a36-411c-99fc-ff2f743ec9d8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1054 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Oran",
"last_name": "Roberts",
"mobile_number": "927-714-0010",
"mobile_number_alt": "",
"email_id": "Logan_Runte78@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"41255911902667",
"imei1": "41255911902667",
"imei2": "41255911902667",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 100 |
| ETag | W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| randomnumber | 52 |
| randomFirstName | Odie |
| randomLastName | Muller |
| randomEmail | Ferne85@gmail.com |
| randomPhone | 815-360-4369 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2f3b1363-8831-4df0-8bf1-c4a6d068768c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| randomnumber | 911 |
| randomFirstName | Frederick |
| randomLastName | Windler |
| randomEmail | Deja.Okuneva32@yahoo.com |
| randomPhone | 332-473-2146 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ae8ca5fe-53a8-49e3-82c1-9deb87218285 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1035 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Audie",
"last_name": "Littel",
"mobile_number": "527-440-9473",
"mobile_number_alt": "",
"email_id": "Norwood74@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000922",
"imei1": "100000922",
"imei2": "100000922",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| randomnumber | 462 |
| randomFirstName | Gay |
| randomLastName | Wolff |
| randomEmail | Abraham35@yahoo.com |
| randomPhone | 209-211-1527 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b94975e3-abf8-4562-a8c8-0f60a4236fc0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bf5672d9-4dc3-4df1-94c0-bfb260914607 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-ExDHyp4J+XNje0s5Igh9srQ14GI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":507},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e40841b6-83a9-4745-8f15-b93c62ba25a7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7af63-wGSD1utKZQW1Cpj5bGA1MoJ07g8" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:46:53.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:49.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178854,"job_number":"JOB_178854","tr_customer_id":178872,"tr_customer_product_id":178862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:13.000Z","modified_at":"2026-02-06T06:49:25.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"23227800082185","imei1":"23227800082185","imei2":"23227800082185","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178853,"job_number":"JOB_178853","tr_customer_id":178871,"tr_customer_product_id":178861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:57.000Z","modified_at":"2026-02-06T06:49:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56237502113076","imei1":"56237502113076","imei2":"56237502113076","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178850,"job_number":"JOB_178850","tr_customer_id":178868,"tr_customer_product_id":178858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:48:52.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"23566786629105","imei1":"23566786629105","imei2":"23566786629105","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178805,"job_number":"JOB_178805","tr_customer_id":178823,"tr_customer_product_id":178813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:31.000Z","modified_at":"2026-02-06T06:41:57.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"18378251709405","imei1":"18378251709405","imei2":"18378251709405","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178804,"job_number":"JOB_178804","tr_customer_id":178822,"tr_customer_product_id":178812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:14.000Z","modified_at":"2026-02-06T06:41:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"53120930975158","imei1":"53120930975158","imei2":"53120930975158","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178795,"job_number":"JOB_178795","tr_customer_id":178813,"tr_customer_product_id":178803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:40:09.000Z","name":"Mallie Mertz","mobile_number":"928-794-0209","email_id":"Mitchel_Herzog91@gmail.com","dop":"2025-06-09","serial_number":"100205938634094","imei1":"100205938634094","imei2":"100205938634094","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178792,"job_number":"JOB_178792","tr_customer_id":178810,"tr_customer_product_id":178800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:54.000Z","name":"Caleigh Kautzer","mobile_number":"847-315-0855","email_id":"Mittie.McLaughlin30@hotmail.com","dop":"2025-06-09","serial_number":"105846200455308","imei1":"105846200455308","imei2":"105846200455308","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178789,"job_number":"JOB_178789","tr_customer_id":178807,"tr_customer_product_id":178797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:38.000Z","name":"Quinten Runte","mobile_number":"289-692-2261","email_id":"Douglas35@hotmail.com","dop":"2025-06-09","serial_number":"103409113686397","imei1":"103409113686397","imei2":"103409113686397","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178786,"job_number":"JOB_178786","tr_customer_id":178804,"tr_customer_product_id":178794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:45.000Z","modified_at":"2026-02-06T06:38:09.000Z","name":"Letitia Hermann","mobile_number":"730-939-1195","email_id":"Easton.Kovacek96@gmail.com","dop":"2025-10-01","serial_number":"11401739279151","imei1":"11401739279151","imei2":"11401739279151","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178784,"job_number":"JOB_178784","tr_customer_id":178802,"tr_customer_product_id":178792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:25.000Z","modified_at":"2026-02-06T06:37:36.000Z","name":"Keara Wunsch","mobile_number":"659-381-6378","email_id":"Hailie_Gorczany@yahoo.com","dop":"2025-11-04","serial_number":"50344514038511","imei1":"50344514038511","imei2":"50344514038511","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178783,"job_number":"JOB_178783","tr_customer_id":178801,"tr_customer_product_id":178791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:10.000Z","modified_at":"2026-02-06T06:37:21.000Z","name":"Glenna Sawayn","mobile_number":"814-284-6586","email_id":"Allie_Schultz@yahoo.com","dop":"2025-11-04","serial_number":"52148337948783","imei1":"52148337948783","imei2":"52148337948783","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178782,"job_number":"JOB_178782","tr_customer_id":178800,"tr_customer_product_id":178790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:36:54.000Z","modified_at":"2026-02-06T06:37:05.000Z","name":"Javier Hoeger","mobile_number":"406-625-2600","email_id":"Estell44@yahoo.com","dop":"2025-11-04","serial_number":"92501352173513","imei1":"92501352173513","imei2":"92501352173513","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178758,"job_number":"JOB_178758","tr_customer_id":178776,"tr_customer_product_id":178766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:11:00.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16365194181806","imei1":"16365194181806","imei2":"16365194181806","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:11:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178677,"job_number":"JOB_178677","tr_customer_id":178695,"tr_customer_product_id":178685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:54.000Z","name":"Gabriel Cruickshank","mobile_number":"910-588-0990","email_id":"Fredy.Mann77@yahoo.com","dop":"2025-12-31","serial_number":"10539992516211","imei1":"10539992516211","imei2":"10539992516211","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178666,"job_number":"JOB_178666","tr_customer_id":178684,"tr_customer_product_id":178674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Clinton Emard","mobile_number":"352-305-8377","email_id":"Titus30@hotmail.com","dop":"2025-06-09","serial_number":"103515650134919","imei1":"103515650134919","imei2":"103515650134919","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178663,"job_number":"JOB_178663","tr_customer_id":178681,"tr_customer_product_id":178671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:42.000Z","name":"Tiana Nitzsche","mobile_number":"820-269-7822","email_id":"Jaylen.Howe20@gmail.com","dop":"2025-12-31","serial_number":"10058762208530","imei1":"10058762208530","imei2":"10058762208530","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178657,"job_number":"JOB_178657","tr_customer_id":178675,"tr_customer_product_id":178665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:20.000Z","modified_at":"2026-02-06T04:27:29.000Z","name":"Christina DuBuque","mobile_number":"444-639-0881","email_id":"Melisa85@gmail.com","dop":"2025-12-31","serial_number":"10670005866137","imei1":"10670005866137","imei2":"10670005866137","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178654,"job_number":"JOB_178654","tr_customer_id":178672,"tr_customer_product_id":178662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Yadira Botsford","mobile_number":"418-785-7616","email_id":"Jordan.Olson4@yahoo.com","dop":"2025-06-09","serial_number":"103083955708215","imei1":"103083955708215","imei2":"103083955708215","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178630,"job_number":"JOB_178630","tr_customer_id":178648,"tr_customer_product_id":178638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:16.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16543836757730","imei1":"16543836757730","imei2":"16543836757730","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178614,"job_number":"JOB_178614","tr_customer_id":178632,"tr_customer_product_id":178622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:14.000Z","name":"Omari Lindgren","mobile_number":"945-707-7395","email_id":"Loma15@gmail.com","dop":"2025-06-09","serial_number":"109981249556518","imei1":"109981249556518","imei2":"109981249556518","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178605,"job_number":"JOB_178605","tr_customer_id":178623,"tr_customer_product_id":178613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:20.000Z","name":"Emory Kuvalis","mobile_number":"731-394-6076","email_id":"Abel.Boyer91@yahoo.com","dop":"2025-10-01","serial_number":"16159687240792","imei1":"16159687240792","imei2":"16159687240792","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178542,"job_number":"JOB_178542","tr_customer_id":178560,"tr_customer_product_id":178550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:55.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"giyu tomiaka","mobile_number":"940-807-9270","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"809793346492813","imei1":"809793346492813","imei2":"809793346492813","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178533,"job_number":"JOB_178533","tr_customer_id":178551,"tr_customer_product_id":178541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:44.000Z","modified_at":"2026-02-06T04:25:53.000Z","name":"tanjiro kamado","mobile_number":"943-881-3299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"328388142858642","imei1":"328388142858642","imei2":"328388142858642","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178988,"job_number":"JOB_178988","tr_customer_id":179006,"tr_customer_product_id":178996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:29.000Z","modified_at":"2026-02-06T07:42:56.000Z","name":"Donnie Gislason","mobile_number":"872-292-3227","email_id":"Demarco84@yahoo.com","dop":"2026-01-23","serial_number":"15847394972552","imei1":"15847394972552","imei2":"15847394972552","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178986,"job_number":"JOB_178986","tr_customer_id":179004,"tr_customer_product_id":178994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:49.000Z","modified_at":"2026-02-06T07:39:14.000Z","name":"Garrett Spinka","mobile_number":"579-847-4451","email_id":"Graciela.Schowalter1@yahoo.com","dop":"2026-01-23","serial_number":"11532165808132","imei1":"11532165808132","imei2":"11532165808132","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178985,"job_number":"JOB_178985","tr_customer_id":179003,"tr_customer_product_id":178993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:44.000Z","name":"Griffin Lehner","mobile_number":"770-301-3399","email_id":"Lea_Kshlerin83@gmail.com","dop":"2025-12-01","serial_number":"15855541223266","imei1":"15855541223266","imei2":"15855541223266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178983,"job_number":"JOB_178983","tr_customer_id":179001,"tr_customer_product_id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:28.000Z","name":"Maryse Mayer","mobile_number":"238-600-0532","email_id":"Joanie.Hamill@yahoo.com","dop":"2025-12-01","serial_number":"12328725064385","imei1":"12328725064385","imei2":"12328725064385","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178981,"job_number":"JOB_178981","tr_customer_id":178999,"tr_customer_product_id":178989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:12.000Z","name":"Wiley Ritchie","mobile_number":"803-200-2191","email_id":"Caitlyn15@hotmail.com","dop":"2025-12-01","serial_number":"15887129985371","imei1":"15887129985371","imei2":"15887129985371","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178978,"job_number":"JOB_178978","tr_customer_id":178996,"tr_customer_product_id":178986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:40.000Z","modified_at":"2026-02-06T07:28:07.000Z","name":"Jonathan Fisher","mobile_number":"540-734-6376","email_id":"Hans20@hotmail.com","dop":"2026-01-23","serial_number":"11599697670299","imei1":"11599697670299","imei2":"11599697670299","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178976,"job_number":"JOB_178976","tr_customer_id":178994,"tr_customer_product_id":178984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:55.000Z","modified_at":"2026-02-06T07:26:21.000Z","name":"Laurel Greenholt","mobile_number":"568-717-9339","email_id":"Lenora_King@hotmail.com","dop":"2026-01-23","serial_number":"14020455946738","imei1":"14020455946738","imei2":"14020455946738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178958,"job_number":"JOB_178958","tr_customer_id":178976,"tr_customer_product_id":178966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:40.000Z","modified_at":"2026-02-06T07:07:20.000Z","name":"Malcolm Reichel","mobile_number":"620-653-0750","email_id":"Viola.Jacobs@gmail.com","dop":"2025-04-06","serial_number":"18209231807978","imei1":"18209231807978","imei2":"18209231807978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:07:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178955,"job_number":"JOB_178955","tr_customer_id":178973,"tr_customer_product_id":178963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:51.000Z","modified_at":"2026-02-06T07:06:31.000Z","name":"Alex Crooks","mobile_number":"667-252-6211","email_id":"Regan62@hotmail.com","dop":"2025-04-06","serial_number":"14121813432625","imei1":"14121813432625","imei2":"14121813432625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178952,"job_number":"JOB_178952","tr_customer_id":178970,"tr_customer_product_id":178960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:07.000Z","modified_at":"2026-02-06T07:05:48.000Z","name":"Earl Torphy","mobile_number":"338-771-5120","email_id":"Eldora67@yahoo.com","dop":"2025-04-06","serial_number":"14762144343307","imei1":"14762144343307","imei2":"14762144343307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178950,"job_number":"JOB_178950","tr_customer_id":178968,"tr_customer_product_id":178958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:01.000Z","modified_at":"2026-02-06T07:05:42.000Z","name":"Burley Kunze","mobile_number":"979-872-4954","email_id":"Ova_Kemmer36@hotmail.com","dop":"2025-04-06","serial_number":"14719862789615","imei1":"14719862789615","imei2":"14719862789615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178947,"job_number":"JOB_178947","tr_customer_id":178965,"tr_customer_product_id":178955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:04:15.000Z","name":"Daphne Wiegand","mobile_number":"833-821-3711","email_id":"Ludie_Gusikowski76@yahoo.com","dop":"2025-04-06","serial_number":"19456772657849","imei1":"19456772657849","imei2":"19456772657849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178944,"job_number":"JOB_178944","tr_customer_id":178962,"tr_customer_product_id":178952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:03:39.000Z","name":"Branson Pfeffer","mobile_number":"460-855-4218","email_id":"Brett_Paucek71@hotmail.com","dop":"2025-04-06","serial_number":"15397367147044","imei1":"15397367147044","imei2":"15397367147044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178941,"job_number":"JOB_178941","tr_customer_id":178959,"tr_customer_product_id":178949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:03:25.000Z","name":"Bart Wunsch","mobile_number":"286-888-0892","email_id":"Juana93@yahoo.com","dop":"2025-04-06","serial_number":"10101928501336","imei1":"10101928501336","imei2":"10101928501336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178938,"job_number":"JOB_178938","tr_customer_id":178956,"tr_customer_product_id":178946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:36.000Z","modified_at":"2026-02-06T07:03:21.000Z","name":"Avery Champlin","mobile_number":"791-637-1032","email_id":"Rosanna.Kilback1@hotmail.com","dop":"2025-04-06","serial_number":"11185466058604","imei1":"11185466058604","imei2":"11185466058604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178933,"job_number":"JOB_178933","tr_customer_id":178951,"tr_customer_product_id":178941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Eric Fahey","mobile_number":"680-869-0582","email_id":"Justice63@hotmail.com","dop":"2025-04-06","serial_number":"14737159141466","imei1":"14737159141466","imei2":"14737159141466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178931,"job_number":"JOB_178931","tr_customer_id":178949,"tr_customer_product_id":178939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:36.000Z","name":"Loren Stark","mobile_number":"312-776-6780","email_id":"Ada.Labadie10@yahoo.com","dop":"2025-04-06","serial_number":"14339628547425","imei1":"14339628547425","imei2":"14339628547425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178930,"job_number":"JOB_178930","tr_customer_id":178948,"tr_customer_product_id":178938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:57.000Z","modified_at":"2026-02-06T07:02:43.000Z","name":"Casey Bradtke","mobile_number":"898-541-2937","email_id":"Tyrel.Hilll@gmail.com","dop":"2025-04-06","serial_number":"19555008397539","imei1":"19555008397539","imei2":"19555008397539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178928,"job_number":"JOB_178928","tr_customer_id":178946,"tr_customer_product_id":178936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:02:34.000Z","name":"Jarod VonRueden","mobile_number":"797-915-2095","email_id":"Willow7@yahoo.com","dop":"2025-04-06","serial_number":"12989549641980","imei1":"12989549641980","imei2":"12989549641980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178925,"job_number":"JOB_178925","tr_customer_id":178943,"tr_customer_product_id":178933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:41.000Z","modified_at":"2026-02-06T07:02:27.000Z","name":"Norval Volkman","mobile_number":"508-391-5596","email_id":"Jaden_Feeney29@yahoo.com","dop":"2025-04-06","serial_number":"18652990407408","imei1":"18652990407408","imei2":"18652990407408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178922,"job_number":"JOB_178922","tr_customer_id":178940,"tr_customer_product_id":178930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:49.000Z","name":"Chanelle Zieme","mobile_number":"759-915-8121","email_id":"Elna56@yahoo.com","dop":"2025-04-06","serial_number":"18718698274857","imei1":"18718698274857","imei2":"18718698274857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178919,"job_number":"JOB_178919","tr_customer_id":178937,"tr_customer_product_id":178927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:01:41.000Z","name":"Lavada Homenick","mobile_number":"366-302-8431","email_id":"Don.Lindgren@gmail.com","dop":"2025-04-06","serial_number":"12079846250507","imei1":"12079846250507","imei2":"12079846250507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178916,"job_number":"JOB_178916","tr_customer_id":178934,"tr_customer_product_id":178924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:56.000Z","modified_at":"2026-02-06T06:58:38.000Z","name":"Diana Smith","mobile_number":"593-396-5129","email_id":"Jordy.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"10201013514815","imei1":"10201013514815","imei2":"10201013514815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178913,"job_number":"JOB_178913","tr_customer_id":178931,"tr_customer_product_id":178921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:58:31.000Z","name":"Jailyn Stracke","mobile_number":"284-282-0967","email_id":"Katelyn0@gmail.com","dop":"2000-01-31","serial_number":"10171339315367","imei1":"10171339315367","imei2":"10171339315367","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178910,"job_number":"JOB_178910","tr_customer_id":178928,"tr_customer_product_id":178918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:05.000Z","modified_at":"2026-02-06T06:57:47.000Z","name":"Kayley Kuhic","mobile_number":"724-436-1972","email_id":"Jarvis.Crooks33@gmail.com","dop":"2025-04-06","serial_number":"17044087782448","imei1":"17044087782448","imei2":"17044087782448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178907,"job_number":"JOB_178907","tr_customer_id":178925,"tr_customer_product_id":178915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:57:37.000Z","name":"Devyn Erdman","mobile_number":"260-988-7276","email_id":"Francisca_Cummings60@gmail.com","dop":"2000-01-31","serial_number":"10324413965385","imei1":"10324413965385","imei2":"10324413965385","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178904,"job_number":"JOB_178904","tr_customer_id":178922,"tr_customer_product_id":178912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:28.000Z","modified_at":"2026-02-06T06:57:07.000Z","name":"Ricardo Hackett","mobile_number":"213-796-9315","email_id":"Herman_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"13926045357322","imei1":"13926045357322","imei2":"13926045357322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178901,"job_number":"JOB_178901","tr_customer_id":178919,"tr_customer_product_id":178909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:16.000Z","modified_at":"2026-02-06T06:56:53.000Z","name":"Jaycee Jaskolski","mobile_number":"821-982-2035","email_id":"Tia_Lind@gmail.com","dop":"2025-04-06","serial_number":"13021561998850","imei1":"13021561998850","imei2":"13021561998850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178898,"job_number":"JOB_178898","tr_customer_id":178916,"tr_customer_product_id":178906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:13.000Z","modified_at":"2026-02-06T06:56:56.000Z","name":"Maryse Greenfelder","mobile_number":"400-441-9465","email_id":"Arjun.Ullrich@hotmail.com","dop":"2025-04-06","serial_number":"10587341366595","imei1":"10587341366595","imei2":"10587341366595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178895,"job_number":"JOB_178895","tr_customer_id":178913,"tr_customer_product_id":178903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:56:43.000Z","name":"Marcellus Hagenes","mobile_number":"399-979-4235","email_id":"Greg.Runolfsson2@hotmail.com","dop":"2000-01-31","serial_number":"10150949641707","imei1":"10150949641707","imei2":"10150949641707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178892,"job_number":"JOB_178892","tr_customer_id":178910,"tr_customer_product_id":178900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:56:20.000Z","name":"Cathy Friesen","mobile_number":"215-876-6459","email_id":"Casey.Gerlach@yahoo.com","dop":"2025-04-06","serial_number":"11205568642410","imei1":"11205568642410","imei2":"11205568642410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178889,"job_number":"JOB_178889","tr_customer_id":178907,"tr_customer_product_id":178897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:31.000Z","modified_at":"2026-02-06T06:56:08.000Z","name":"Adolphus Schultz","mobile_number":"838-927-6948","email_id":"Irwin.Johnson70@hotmail.com","dop":"2025-04-06","serial_number":"11609559637212","imei1":"11609559637212","imei2":"11609559637212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178886,"job_number":"JOB_178886","tr_customer_id":178904,"tr_customer_product_id":178894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:49.000Z","name":"Keyshawn Abbott","mobile_number":"201-642-9945","email_id":"Andreanne.Hoppe@hotmail.com","dop":"2000-01-31","serial_number":"10718753085919","imei1":"10718753085919","imei2":"10718753085919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178883,"job_number":"JOB_178883","tr_customer_id":178901,"tr_customer_product_id":178891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Celia Schumm","mobile_number":"801-390-6504","email_id":"Cade.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"19096615411646","imei1":"19096615411646","imei2":"19096615411646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178880,"job_number":"JOB_178880","tr_customer_id":178898,"tr_customer_product_id":178888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:55:23.000Z","name":"Blaze DuBuque","mobile_number":"287-760-1551","email_id":"Ricky64@yahoo.com","dop":"2025-04-06","serial_number":"13113032506573","imei1":"13113032506573","imei2":"13113032506573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178877,"job_number":"JOB_178877","tr_customer_id":178895,"tr_customer_product_id":178885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:55:20.000Z","name":"Clement Koepp","mobile_number":"693-537-7749","email_id":"Kian_Blick@gmail.com","dop":"2025-04-06","serial_number":"14643628354244","imei1":"14643628354244","imei2":"14643628354244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178874,"job_number":"JOB_178874","tr_customer_id":178892,"tr_customer_product_id":178882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:01.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Kristian Macejkovic","mobile_number":"885-783-2513","email_id":"Javonte65@gmail.com","dop":"2025-04-06","serial_number":"17071538377092","imei1":"17071538377092","imei2":"17071538377092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178872,"job_number":"JOB_178872","tr_customer_id":178890,"tr_customer_product_id":178880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:54:34.000Z","name":"Brielle Hills","mobile_number":"269-962-4388","email_id":"Jonas_Howell@gmail.com","dop":"2025-04-06","serial_number":"12171108028677","imei1":"12171108028677","imei2":"12171108028677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178869,"job_number":"JOB_178869","tr_customer_id":178887,"tr_customer_product_id":178877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:49.000Z","name":"Ava Schuppe","mobile_number":"809-591-4986","email_id":"Lance_Bernhard@hotmail.com","dop":"2025-04-06","serial_number":"16410380761710","imei1":"16410380761710","imei2":"16410380761710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178866,"job_number":"JOB_178866","tr_customer_id":178884,"tr_customer_product_id":178874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:34.000Z","modified_at":"2026-02-06T06:52:12.000Z","name":"Abdul Heller","mobile_number":"623-409-8684","email_id":"Jany.Rowe@hotmail.com","dop":"2025-04-06","serial_number":"19587232857239","imei1":"19587232857239","imei2":"19587232857239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178863,"job_number":"JOB_178863","tr_customer_id":178881,"tr_customer_product_id":178871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:51:26.000Z","name":"Liliana Rice","mobile_number":"830-678-5977","email_id":"Bartholome_Smith@yahoo.com","dop":"2025-04-06","serial_number":"13567815461229","imei1":"13567815461229","imei2":"13567815461229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178860,"job_number":"JOB_178860","tr_customer_id":178878,"tr_customer_product_id":178868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:40.000Z","name":"Hertha Welch","mobile_number":"610-927-9522","email_id":"Mikel.Watsica36@hotmail.com","dop":"2025-04-06","serial_number":"16097580495526","imei1":"16097580495526","imei2":"16097580495526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178851,"job_number":"JOB_178851","tr_customer_id":178869,"tr_customer_product_id":178859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:49:06.000Z","name":"Marcelina Reinger","mobile_number":"879-448-3750","email_id":"Maude4@hotmail.com","dop":"2026-01-23","serial_number":"18835160636483","imei1":"18835160636483","imei2":"18835160636483","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178846,"job_number":"JOB_178846","tr_customer_id":178864,"tr_customer_product_id":178854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:48:27.000Z","name":"Declan Emard","mobile_number":"677-287-9168","email_id":"Mack_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14046039843685","imei1":"14046039843685","imei2":"14046039843685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178843,"job_number":"JOB_178843","tr_customer_id":178861,"tr_customer_product_id":178851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:16.000Z","modified_at":"2026-02-06T06:47:42.000Z","name":"Ottilie Grady","mobile_number":"844-406-8470","email_id":"Candida.Kiehn56@yahoo.com","dop":"2026-01-23","serial_number":"17548295826563","imei1":"17548295826563","imei2":"17548295826563","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178841,"job_number":"JOB_178841","tr_customer_id":178859,"tr_customer_product_id":178849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:47:37.000Z","name":"Jasen Orn","mobile_number":"663-259-4758","email_id":"Tyrese_Jast@yahoo.com","dop":"2025-04-06","serial_number":"10237531981034","imei1":"10237531981034","imei2":"10237531981034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178838,"job_number":"JOB_178838","tr_customer_id":178856,"tr_customer_product_id":178846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:46.000Z","name":"Dan Zieme","mobile_number":"461-771-9429","email_id":"Felicity_Schulist@gmail.com","dop":"2025-04-06","serial_number":"12553996678296","imei1":"12553996678296","imei2":"12553996678296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178835,"job_number":"JOB_178835","tr_customer_id":178853,"tr_customer_product_id":178843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:55.000Z","modified_at":"2026-02-06T06:46:20.000Z","name":"Nadia Ernser","mobile_number":"837-592-4853","email_id":"Wilfred13@gmail.com","dop":"2026-01-23","serial_number":"17705677962055","imei1":"17705677962055","imei2":"17705677962055","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178833,"job_number":"JOB_178833","tr_customer_id":178851,"tr_customer_product_id":178841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:45:23.000Z","name":"Johnny Quigley","mobile_number":"684-285-0739","email_id":"Liam88@yahoo.com","dop":"2025-04-06","serial_number":"12550690244730","imei1":"12550690244730","imei2":"12550690244730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178829,"job_number":"JOB_178829","tr_customer_id":178847,"tr_customer_product_id":178837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:44:35.000Z","name":"Stephan Kuhlman","mobile_number":"734-626-6722","email_id":"Cecilia_Rau@hotmail.com","dop":"2025-04-06","serial_number":"11175108868221","imei1":"11175108868221","imei2":"11175108868221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178826,"job_number":"JOB_178826","tr_customer_id":178844,"tr_customer_product_id":178834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:58.000Z","modified_at":"2026-02-06T06:44:36.000Z","name":"Elton Kessler","mobile_number":"806-637-9557","email_id":"Cornelius23@yahoo.com","dop":"2025-04-06","serial_number":"18089490916318","imei1":"18089490916318","imei2":"18089490916318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178823,"job_number":"JOB_178823","tr_customer_id":178841,"tr_customer_product_id":178831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:52.000Z","name":"Ona Denesik","mobile_number":"905-860-1743","email_id":"Madeline10@hotmail.com","dop":"2025-04-06","serial_number":"14353831483994","imei1":"14353831483994","imei2":"14353831483994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178820,"job_number":"JOB_178820","tr_customer_id":178838,"tr_customer_product_id":178828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:50.000Z","name":"Ford Hane","mobile_number":"678-357-7312","email_id":"Brendan.Green@yahoo.com","dop":"2025-04-06","serial_number":"11332365617009","imei1":"11332365617009","imei2":"11332365617009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178817,"job_number":"JOB_178817","tr_customer_id":178835,"tr_customer_product_id":178825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:43:40.000Z","name":"Mazie Ondricka","mobile_number":"865-553-8265","email_id":"Heber86@yahoo.com","dop":"2025-06-18","serial_number":"10310160157020","imei1":"10310160157020","imei2":"10310160157020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178814,"job_number":"JOB_178814","tr_customer_id":178832,"tr_customer_product_id":178822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:43:09.000Z","name":"Brianne Crooks","mobile_number":"471-682-2142","email_id":"Freddy.Cole27@hotmail.com","dop":"2025-04-06","serial_number":"10670916656051","imei1":"10670916656051","imei2":"10670916656051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178811,"job_number":"JOB_178811","tr_customer_id":178829,"tr_customer_product_id":178819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:51.000Z","name":"Brandon Schulist","mobile_number":"534-650-5204","email_id":"Raegan.OConnell53@gmail.com","dop":"2025-06-18","serial_number":"10491221519194","imei1":"10491221519194","imei2":"10491221519194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178808,"job_number":"JOB_178808","tr_customer_id":178826,"tr_customer_product_id":178816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:58.000Z","modified_at":"2026-02-06T06:42:39.000Z","name":"Laisha Nitzsche","mobile_number":"901-385-6961","email_id":"Shakira1@yahoo.com","dop":"2025-04-06","serial_number":"15704871045999","imei1":"15704871045999","imei2":"15704871045999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178807,"job_number":"JOB_178807","tr_customer_id":178825,"tr_customer_product_id":178815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Clay Kulas","mobile_number":"909-715-2214","email_id":"Paul21@yahoo.com","dop":"2025-12-31","serial_number":"105129681338163","imei1":"105129681338163","imei2":"105129681338163","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178803,"job_number":"JOB_178803","tr_customer_id":178821,"tr_customer_product_id":178811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:53.000Z","modified_at":"2026-02-06T06:41:39.000Z","name":"Clemens Murazik","mobile_number":"941-473-2688","email_id":"Daphnee.Cormier@yahoo.com","dop":"2025-12-31","serial_number":"109938690985845","imei1":"109938690985845","imei2":"109938690985845","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178799,"job_number":"JOB_178799","tr_customer_id":178817,"tr_customer_product_id":178807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:03.000Z","modified_at":"2026-02-06T06:40:31.000Z","name":"Victor Tremblay","mobile_number":"294-278-4879","email_id":"Carroll_Terry@hotmail.com","dop":"2026-01-23","serial_number":"16654201607089","imei1":"16654201607089","imei2":"16654201607089","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178798,"job_number":"JOB_178798","tr_customer_id":178816,"tr_customer_product_id":178806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:44.000Z","name":"Wiley Williamson","mobile_number":"593-489-1827","email_id":"Lura29@hotmail.com","dop":"2025-12-31","serial_number":"108982756442978","imei1":"108982756442978","imei2":"108982756442978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178775,"job_number":"JOB_178775","tr_customer_id":178793,"tr_customer_product_id":178783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:35.000Z","modified_at":"2026-02-06T05:35:12.000Z","name":"Jesus Kovacek","mobile_number":"764-792-1171","email_id":"Rylee21@gmail.com","dop":"2025-04-06","serial_number":"19022494699673","imei1":"19022494699673","imei2":"19022494699673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178773,"job_number":"JOB_178773","tr_customer_id":178791,"tr_customer_product_id":178781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:21.000Z","modified_at":"2026-02-06T05:34:59.000Z","name":"Johathan Ondricka","mobile_number":"654-472-0205","email_id":"Oscar1@gmail.com","dop":"2025-04-06","serial_number":"17937135235498","imei1":"17937135235498","imei2":"17937135235498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178768,"job_number":"JOB_178768","tr_customer_id":178786,"tr_customer_product_id":178776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:17.000Z","name":"Misael Johnston","mobile_number":"561-806-1557","email_id":"Clementina87@hotmail.com","dop":"2025-07-01","serial_number":"107277439846750","imei1":"107277439846750","imei2":"107277439846750","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178766,"job_number":"JOB_178766","tr_customer_id":178784,"tr_customer_product_id":178774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:53.000Z","modified_at":"2026-02-06T05:18:04.000Z","name":"Joel Crona","mobile_number":"333-505-5846","email_id":"Emmy_Walter87@gmail.com","dop":"2025-07-01","serial_number":"100161934775892","imei1":"100161934775892","imei2":"100161934775892","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178751,"job_number":"JOB_178751","tr_customer_id":178769,"tr_customer_product_id":178759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:44:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32342800923924","imei1":"32342800923924","imei2":"32342800923924","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178744,"job_number":"JOB_178744","tr_customer_id":178762,"tr_customer_product_id":178752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:23.000Z","modified_at":"2026-02-06T04:43:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34694062887707","imei1":"34694062887707","imei2":"34694062887707","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178737,"job_number":"JOB_178737","tr_customer_id":178755,"tr_customer_product_id":178745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:51.000Z","modified_at":"2026-02-06T04:43:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99934342920533","imei1":"99934342920533","imei2":"99934342920533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178729,"job_number":"JOB_178729","tr_customer_id":178747,"tr_customer_product_id":178737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:30:27.000Z","name":"Kip McGlynn","mobile_number":"294-445-0402","email_id":"Ashly89@hotmail.com","dop":"2025-04-06","serial_number":"18636274434907","imei1":"18636274434907","imei2":"18636274434907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178726,"job_number":"JOB_178726","tr_customer_id":178744,"tr_customer_product_id":178734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:43.000Z","name":"Saige Krajcik","mobile_number":"846-967-7466","email_id":"Cary_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"19559461699582","imei1":"19559461699582","imei2":"19559461699582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178723,"job_number":"JOB_178723","tr_customer_id":178741,"tr_customer_product_id":178731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:29:19.000Z","name":"Julie Rutherford","mobile_number":"288-419-6922","email_id":"Rubye.Gusikowski4@yahoo.com","dop":"2025-04-06","serial_number":"17019309498582","imei1":"17019309498582","imei2":"17019309498582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178719,"job_number":"JOB_178719","tr_customer_id":178737,"tr_customer_product_id":178727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:29:13.000Z","name":"Alfredo McLaughlin","mobile_number":"520-397-7496","email_id":"Baylee49@hotmail.com","dop":"2025-04-06","serial_number":"10945519913994","imei1":"10945519913994","imei2":"10945519913994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178717,"job_number":"JOB_178717","tr_customer_id":178735,"tr_customer_product_id":178725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:29:11.000Z","name":"Maci Koss","mobile_number":"217-730-1682","email_id":"Oran8@gmail.com","dop":"2000-01-31","serial_number":"10138181427873","imei1":"10138181427873","imei2":"10138181427873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178714,"job_number":"JOB_178714","tr_customer_id":178732,"tr_customer_product_id":178722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:29:08.000Z","name":"Olaf Gottlieb","mobile_number":"448-561-0906","email_id":"Walton10@yahoo.com","dop":"2025-04-06","serial_number":"15985614146917","imei1":"15985614146917","imei2":"15985614146917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178711,"job_number":"JOB_178711","tr_customer_id":178729,"tr_customer_product_id":178719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:29:04.000Z","name":"Jarrell Lind","mobile_number":"383-487-2026","email_id":"Milan_Rippin42@gmail.com","dop":"2025-04-06","serial_number":"16118576633902","imei1":"16118576633902","imei2":"16118576633902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178707,"job_number":"JOB_178707","tr_customer_id":178725,"tr_customer_product_id":178715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Oliver Smith","mobile_number":"631-285-6630","email_id":"Gustave_Kub@gmail.com","dop":"2025-04-06","serial_number":"11928992021557","imei1":"11928992021557","imei2":"11928992021557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178706,"job_number":"JOB_178706","tr_customer_id":178724,"tr_customer_product_id":178714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Itzel Barton","mobile_number":"527-785-8575","email_id":"Mandy_Mills@hotmail.com","dop":"2025-04-06","serial_number":"17217770174162","imei1":"17217770174162","imei2":"17217770174162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178702,"job_number":"JOB_178702","tr_customer_id":178720,"tr_customer_product_id":178710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:50.000Z","name":"Sophie Stoltenberg","mobile_number":"974-631-1442","email_id":"Otis_Waters89@gmail.com","dop":"2025-04-06","serial_number":"13504453212054","imei1":"13504453212054","imei2":"13504453212054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178699,"job_number":"JOB_178699","tr_customer_id":178717,"tr_customer_product_id":178707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:13.000Z","modified_at":"2026-02-06T04:28:49.000Z","name":"Mitchel Zieme","mobile_number":"367-774-3951","email_id":"Shayne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"19812224274750","imei1":"19812224274750","imei2":"19812224274750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178696,"job_number":"JOB_178696","tr_customer_id":178714,"tr_customer_product_id":178704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:00.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Tanya Wehner","mobile_number":"891-507-9866","email_id":"Tabitha27@gmail.com","dop":"2025-04-06","serial_number":"16477708348616","imei1":"16477708348616","imei2":"16477708348616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178693,"job_number":"JOB_178693","tr_customer_id":178711,"tr_customer_product_id":178701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:28:34.000Z","name":"Orin Maggio","mobile_number":"260-509-0892","email_id":"Juliet40@hotmail.com","dop":"2025-04-06","serial_number":"13734047410072","imei1":"13734047410072","imei2":"13734047410072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178688,"job_number":"JOB_178688","tr_customer_id":178706,"tr_customer_product_id":178696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Peyton Cruickshank","mobile_number":"414-872-6943","email_id":"Emilie_Kris51@yahoo.com","dop":"2000-01-31","serial_number":"10521552457442","imei1":"10521552457442","imei2":"10521552457442","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178687,"job_number":"JOB_178687","tr_customer_id":178705,"tr_customer_product_id":178695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Lyla Schimmel","mobile_number":"677-675-6914","email_id":"Jeramy44@hotmail.com","dop":"2025-04-06","serial_number":"14851145681070","imei1":"14851145681070","imei2":"14851145681070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178684,"job_number":"JOB_178684","tr_customer_id":178702,"tr_customer_product_id":178692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Rylee Yost","mobile_number":"780-218-3616","email_id":"Travon.Kris@gmail.com","dop":"2025-04-06","serial_number":"10220774443136","imei1":"10220774443136","imei2":"10220774443136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178682,"job_number":"JOB_178682","tr_customer_id":178700,"tr_customer_product_id":178690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Ayana Bauch","mobile_number":"409-921-4519","email_id":"Isom.Gleason55@yahoo.com","dop":"2025-12-31","serial_number":"104725068256431","imei1":"104725068256431","imei2":"104725068256431","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178679,"job_number":"JOB_178679","tr_customer_id":178697,"tr_customer_product_id":178687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:49.000Z","modified_at":"2026-02-06T04:28:25.000Z","name":"Creola Predovic","mobile_number":"790-502-8773","email_id":"Naomi69@gmail.com","dop":"2025-04-06","serial_number":"10184041834810","imei1":"10184041834810","imei2":"10184041834810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178675,"job_number":"JOB_178675","tr_customer_id":178693,"tr_customer_product_id":178683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:28:20.000Z","name":"Constantin Klein","mobile_number":"822-651-4809","email_id":"Raven10@hotmail.com","dop":"2025-04-06","serial_number":"10863191902383","imei1":"10863191902383","imei2":"10863191902383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178672,"job_number":"JOB_178672","tr_customer_id":178690,"tr_customer_product_id":178680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:39.000Z","modified_at":"2026-02-06T04:28:15.000Z","name":"Jake Cartwright","mobile_number":"595-379-8018","email_id":"Florian.Harvey1@yahoo.com","dop":"2025-04-06","serial_number":"19761081809020","imei1":"19761081809020","imei2":"19761081809020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178669,"job_number":"JOB_178669","tr_customer_id":178687,"tr_customer_product_id":178677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Timmothy Keebler","mobile_number":"469-695-0909","email_id":"Edison.Tremblay7@hotmail.com","dop":"2025-04-06","serial_number":"17692950289282","imei1":"17692950289282","imei2":"17692950289282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178662,"job_number":"JOB_178662","tr_customer_id":178680,"tr_customer_product_id":178670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:32.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Eleonore Hudson","mobile_number":"629-573-2485","email_id":"Guiseppe.Mohr@gmail.com","dop":"2025-04-06","serial_number":"15135459529555","imei1":"15135459529555","imei2":"15135459529555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178659,"job_number":"JOB_178659","tr_customer_id":178677,"tr_customer_product_id":178667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:29.000Z","modified_at":"2026-02-06T04:28:05.000Z","name":"Robin Prosacco","mobile_number":"827-541-6151","email_id":"Estell67@yahoo.com","dop":"2025-04-06","serial_number":"15516348005797","imei1":"15516348005797","imei2":"15516348005797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178652,"job_number":"JOB_178652","tr_customer_id":178670,"tr_customer_product_id":178660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:55.000Z","name":"Marquis Hauck","mobile_number":"220-986-1040","email_id":"Elmer.Rosenbaum66@gmail.com","dop":"2025-04-06","serial_number":"16593935796615","imei1":"16593935796615","imei2":"16593935796615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178649,"job_number":"JOB_178649","tr_customer_id":178667,"tr_customer_product_id":178657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:16.000Z","modified_at":"2026-02-06T04:27:52.000Z","name":"Laury Beahan","mobile_number":"716-880-7193","email_id":"Randal57@hotmail.com","dop":"2025-04-06","serial_number":"19695939116675","imei1":"19695939116675","imei2":"19695939116675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178646,"job_number":"JOB_178646","tr_customer_id":178664,"tr_customer_product_id":178654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:11.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"Dina Kiehn","mobile_number":"628-763-2434","email_id":"Osvaldo_Kautzer61@hotmail.com","dop":"2025-04-06","serial_number":"10559079971260","imei1":"10559079971260","imei2":"10559079971260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178640,"job_number":"JOB_178640","tr_customer_id":178658,"tr_customer_product_id":178648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Zella Bernhard","mobile_number":"607-390-0543","email_id":"Savanah_Dietrich87@gmail.com","dop":"2000-01-31","serial_number":"10234848155468","imei1":"10234848155468","imei2":"10234848155468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178639,"job_number":"JOB_178639","tr_customer_id":178657,"tr_customer_product_id":178647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Lela Yundt","mobile_number":"336-450-8633","email_id":"Estevan98@gmail.com","dop":"2025-04-06","serial_number":"15099421880320","imei1":"15099421880320","imei2":"15099421880320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178638,"job_number":"JOB_178638","tr_customer_id":178656,"tr_customer_product_id":178646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Jeromy Johnston","mobile_number":"337-685-9668","email_id":"Catherine32@hotmail.com","dop":"2025-04-06","serial_number":"12652252393533","imei1":"12652252393533","imei2":"12652252393533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178634,"job_number":"JOB_178634","tr_customer_id":178652,"tr_customer_product_id":178642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Vesta Bahringer","mobile_number":"226-909-1412","email_id":"Percy53@yahoo.com","dop":"2025-04-06","serial_number":"18403166730716","imei1":"18403166730716","imei2":"18403166730716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178628,"job_number":"JOB_178628","tr_customer_id":178646,"tr_customer_product_id":178636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Adela Pfannerstill","mobile_number":"473-945-7697","email_id":"Eliza67@yahoo.com","dop":"2025-04-06","serial_number":"11498194238917","imei1":"11498194238917","imei2":"11498194238917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178626,"job_number":"JOB_178626","tr_customer_id":178644,"tr_customer_product_id":178634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"Makenna Ankunding","mobile_number":"709-529-2913","email_id":"Sean_Christiansen@yahoo.com","dop":"2025-12-31","serial_number":"109509671213446","imei1":"109509671213446","imei2":"109509671213446","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178625,"job_number":"JOB_178625","tr_customer_id":178643,"tr_customer_product_id":178633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:41.000Z","name":"Telly McDermott","mobile_number":"219-368-2377","email_id":"Mike_Herman@hotmail.com","dop":"2025-04-06","serial_number":"18876844508531","imei1":"18876844508531","imei2":"18876844508531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178623,"job_number":"JOB_178623","tr_customer_id":178641,"tr_customer_product_id":178631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Rogers Rice","mobile_number":"772-817-7211","email_id":"Tobin_Waters89@yahoo.com","dop":"2025-02-01","serial_number":"33443402369957","imei1":"33443402369957","imei2":"33443402369957","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178610,"job_number":"JOB_178610","tr_customer_id":178628,"tr_customer_product_id":178618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:00.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Burley Williamson","mobile_number":"250-880-9721","email_id":"Caesar67@hotmail.com","dop":"2025-04-06","serial_number":"17529031183200","imei1":"17529031183200","imei2":"17529031183200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178608,"job_number":"JOB_178608","tr_customer_id":178626,"tr_customer_product_id":178616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:27:36.000Z","name":"Jakayla Bartoletti","mobile_number":"224-356-1603","email_id":"Erik42@yahoo.com","dop":"2025-04-06","serial_number":"15003328861625","imei1":"15003328861625","imei2":"15003328861625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178604,"job_number":"JOB_178604","tr_customer_id":178622,"tr_customer_product_id":178612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Drew Jerde","mobile_number":"332-781-7032","email_id":"Kendra53@gmail.com","dop":"2025-04-06","serial_number":"17554488222040","imei1":"17554488222040","imei2":"17554488222040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178600,"job_number":"JOB_178600","tr_customer_id":178618,"tr_customer_product_id":178608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Millie Lind","mobile_number":"314-330-3210","email_id":"Jermey62@yahoo.com","dop":"2025-04-06","serial_number":"14164431709131","imei1":"14164431709131","imei2":"14164431709131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178598,"job_number":"JOB_178598","tr_customer_id":178616,"tr_customer_product_id":178606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"Viviane Koepp","mobile_number":"549-462-8932","email_id":"Lolita_Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"18932558993790","imei1":"18932558993790","imei2":"18932558993790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178590,"job_number":"JOB_178590","tr_customer_id":178608,"tr_customer_product_id":178598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:27:24.000Z","name":"Ariel Kihn","mobile_number":"432-401-4353","email_id":"Genoveva.Sanford49@gmail.com","dop":"2025-04-06","serial_number":"19420803495708","imei1":"19420803495708","imei2":"19420803495708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178587,"job_number":"JOB_178587","tr_customer_id":178605,"tr_customer_product_id":178595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Yasmeen Daugherty","mobile_number":"203-969-4264","email_id":"Lucienne80@gmail.com","dop":"2025-04-06","serial_number":"17237931341171","imei1":"17237931341171","imei2":"17237931341171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178585,"job_number":"JOB_178585","tr_customer_id":178603,"tr_customer_product_id":178593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Curtis Upton","mobile_number":"644-522-3356","email_id":"June_Connelly7@gmail.com","dop":"2025-04-06","serial_number":"12706929412673","imei1":"12706929412673","imei2":"12706929412673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178581,"job_number":"JOB_178581","tr_customer_id":178599,"tr_customer_product_id":178589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:37.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Edna Kihn","mobile_number":"939-308-7307","email_id":"Jaron_Hagenes@hotmail.com","dop":"2025-05-30","serial_number":"16863904961207","imei1":"16863904961207","imei2":"16863904961207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178578,"job_number":"JOB_178578","tr_customer_id":178596,"tr_customer_product_id":178586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:32.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Lisandro Carroll","mobile_number":"831-585-7349","email_id":"Angelica82@hotmail.com","dop":"2025-04-06","serial_number":"10836781585411","imei1":"10836781585411","imei2":"10836781585411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178577,"job_number":"JOB_178577","tr_customer_id":178595,"tr_customer_product_id":178585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"Vicenta Anderson","mobile_number":"610-831-3320","email_id":"Hardy_VonRueden32@gmail.com","dop":"2025-04-06","serial_number":"14109955341882","imei1":"14109955341882","imei2":"14109955341882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178573,"job_number":"JOB_178573","tr_customer_id":178591,"tr_customer_product_id":178581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Wilfrid Schroeder","mobile_number":"618-823-2757","email_id":"Ettie27@yahoo.com","dop":"2000-01-31","serial_number":"10229252408351","imei1":"10229252408351","imei2":"10229252408351","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178570,"job_number":"JOB_178570","tr_customer_id":178588,"tr_customer_product_id":178578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marques Morar","mobile_number":"796-330-8013","email_id":"Justyn12@gmail.com","dop":"2025-02-01","serial_number":"69078778173650","imei1":"69078778173650","imei2":"69078778173650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178568,"job_number":"JOB_178568","tr_customer_id":178586,"tr_customer_product_id":178576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Kamron Hermann","mobile_number":"509-972-5087","email_id":"Kiley_Brakus@gmail.com","dop":"2025-04-06","serial_number":"17964208006221","imei1":"17964208006221","imei2":"17964208006221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178564,"job_number":"JOB_178564","tr_customer_id":178582,"tr_customer_product_id":178572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Brennan Koss","mobile_number":"428-851-6727","email_id":"Bernita.Bosco43@yahoo.com","dop":"2025-04-06","serial_number":"13367376549729","imei1":"13367376549729","imei2":"13367376549729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178560,"job_number":"JOB_178560","tr_customer_id":178578,"tr_customer_product_id":178568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marcelina Bartell","mobile_number":"315-320-6622","email_id":"Freda.Breitenberg45@gmail.com","dop":"2025-12-31","serial_number":"106620151657023","imei1":"106620151657023","imei2":"106620151657023","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178559,"job_number":"JOB_178559","tr_customer_id":178577,"tr_customer_product_id":178567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Nick Stamm","mobile_number":"409-643-8573","email_id":"Marge.Runte@gmail.com","dop":"2025-04-06","serial_number":"12716105463132","imei1":"12716105463132","imei2":"12716105463132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178554,"job_number":"JOB_178554","tr_customer_id":178572,"tr_customer_product_id":178562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:50.000Z","name":"Roxane Hammes","mobile_number":"952-210-3341","email_id":"Elise_Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"16797096439815","imei1":"16797096439815","imei2":"16797096439815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178551,"job_number":"JOB_178551","tr_customer_id":178569,"tr_customer_product_id":178559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:49.000Z","name":"Amber Bogisich","mobile_number":"606-491-8618","email_id":"Clotilde.Stiedemann@gmail.com","dop":"2025-06-18","serial_number":"10462473623970","imei1":"10462473623970","imei2":"10462473623970","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178546,"job_number":"JOB_178546","tr_customer_id":178564,"tr_customer_product_id":178554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:02.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Aileen Upton","mobile_number":"779-578-5744","email_id":"Emmy_Runolfsson14@hotmail.com","dop":"2025-04-06","serial_number":"18029634617150","imei1":"18029634617150","imei2":"18029634617150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178544,"job_number":"JOB_178544","tr_customer_id":178562,"tr_customer_product_id":178552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Savanah Strosin","mobile_number":"703-687-6034","email_id":"Desmond67@gmail.com","dop":"2025-04-06","serial_number":"14758493968804","imei1":"14758493968804","imei2":"14758493968804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178540,"job_number":"JOB_178540","tr_customer_id":178558,"tr_customer_product_id":178548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:26:25.000Z","name":"Caterina Franecki","mobile_number":"540-533-9288","email_id":"Ceasar90@hotmail.com","dop":"2025-04-06","serial_number":"15977146962876","imei1":"15977146962876","imei2":"15977146962876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178537,"job_number":"JOB_178537","tr_customer_id":178555,"tr_customer_product_id":178545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Katlynn Thiel","mobile_number":"382-580-4960","email_id":"Doris_Abernathy12@yahoo.com","dop":"2025-04-06","serial_number":"18576571489808","imei1":"18576571489808","imei2":"18576571489808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178535,"job_number":"JOB_178535","tr_customer_id":178553,"tr_customer_product_id":178543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Vincenzo Treutel","mobile_number":"742-468-5876","email_id":"Horace_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"15545971640302","imei1":"15545971640302","imei2":"15545971640302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178532,"job_number":"JOB_178532","tr_customer_id":178550,"tr_customer_product_id":178540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:41.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Joshua Littel","mobile_number":"212-746-6555","email_id":"Ernestina.King@yahoo.com","dop":"2025-02-01","serial_number":"100055387193124","imei1":"100055387193124","imei2":"100055387193124","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178526,"job_number":"JOB_178526","tr_customer_id":178544,"tr_customer_product_id":178534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:15.000Z","name":"Edison Turner","mobile_number":"218-615-3976","email_id":"Isai_Cruickshank59@yahoo.com","dop":"2025-04-06","serial_number":"18811666812699","imei1":"18811666812699","imei2":"18811666812699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178525,"job_number":"JOB_178525","tr_customer_id":178543,"tr_customer_product_id":178533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"Berenice Bruen","mobile_number":"645-244-2843","email_id":"Lauren_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15140962106221","imei1":"15140962106221","imei2":"15140962106221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178521,"job_number":"JOB_178521","tr_customer_id":178539,"tr_customer_product_id":178529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Afton Miller","mobile_number":"762-457-0486","email_id":"Delilah_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"18825405697430","imei1":"18825405697430","imei2":"18825405697430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178520,"job_number":"JOB_178520","tr_customer_id":178538,"tr_customer_product_id":178528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Delia Feil","mobile_number":"785-325-7318","email_id":"Eduardo.Becker@gmail.com","dop":"2025-04-06","serial_number":"19006918878110","imei1":"19006918878110","imei2":"19006918878110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178515,"job_number":"JOB_178515","tr_customer_id":178533,"tr_customer_product_id":178523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:31.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Raegan Jacobi","mobile_number":"558-925-7766","email_id":"Nathan.Mills62@yahoo.com","dop":"2025-04-06","serial_number":"11107863188309","imei1":"11107863188309","imei2":"11107863188309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178513,"job_number":"JOB_178513","tr_customer_id":178531,"tr_customer_product_id":178521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:26:10.000Z","name":"Fermin Auer","mobile_number":"350-638-3033","email_id":"Krista.Carter@yahoo.com","dop":"2025-04-06","serial_number":"16484614711967","imei1":"16484614711967","imei2":"16484614711967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178512,"job_number":"JOB_178512","tr_customer_id":178530,"tr_customer_product_id":178520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:29.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Arthur Gutmann","mobile_number":"589-532-5361","email_id":"Alanna5@gmail.com","dop":"2025-04-06","serial_number":"12086113039218","imei1":"12086113039218","imei2":"12086113039218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178510,"job_number":"JOB_178510","tr_customer_id":178528,"tr_customer_product_id":178518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:26:04.000Z","name":"Krystal Windler","mobile_number":"427-755-4958","email_id":"Amara.Schiller@gmail.com","dop":"2025-06-18","serial_number":"10153206001131","imei1":"10153206001131","imei2":"10153206001131","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178508,"job_number":"JOB_178508","tr_customer_id":178526,"tr_customer_product_id":178516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:21.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15683702389288","imei1":"15683702389288","imei2":"15683702389288","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178506,"job_number":"JOB_178506","tr_customer_id":178524,"tr_customer_product_id":178514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:18.000Z","modified_at":"2026-02-06T04:25:54.000Z","name":"Xavier Skiles","mobile_number":"547-956-6111","email_id":"Efrain63@gmail.com","dop":"2025-04-06","serial_number":"14571766081231","imei1":"14571766081231","imei2":"14571766081231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178504,"job_number":"JOB_178504","tr_customer_id":178522,"tr_customer_product_id":178512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:18.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"33484144702818","imei1":"33484144702818","imei2":"33484144702818","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178502,"job_number":"JOB_178502","tr_customer_id":178520,"tr_customer_product_id":178510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:07.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"Anabelle Ryan","mobile_number":"393-725-1259","email_id":"Merl63@gmail.com","dop":"2025-04-06","serial_number":"16787049887426","imei1":"16787049887426","imei2":"16787049887426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178499,"job_number":"JOB_178499","tr_customer_id":178517,"tr_customer_product_id":178507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:31:16.000Z","name":"Roman Gleason","mobile_number":"310-565-8476","email_id":"Russell_Hickle36@yahoo.com","dop":"2025-04-06","serial_number":"10362757210628","imei1":"10362757210628","imei2":"10362757210628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178496,"job_number":"JOB_178496","tr_customer_id":178514,"tr_customer_product_id":178504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:57.000Z","modified_at":"2026-02-06T03:30:33.000Z","name":"Kendall VonRueden","mobile_number":"248-332-8478","email_id":"Wallace.Legros90@hotmail.com","dop":"2025-04-06","serial_number":"17430450630790","imei1":"17430450630790","imei2":"17430450630790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178493,"job_number":"JOB_178493","tr_customer_id":178511,"tr_customer_product_id":178501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:49.000Z","name":"Lauren Larkin","mobile_number":"634-984-8853","email_id":"Shirley.Koepp39@gmail.com","dop":"2025-04-06","serial_number":"15478912898604","imei1":"15478912898604","imei2":"15478912898604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178488,"job_number":"JOB_178488","tr_customer_id":178506,"tr_customer_product_id":178496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:51.000Z","modified_at":"2026-02-06T03:14:05.000Z","name":"Vidal Batz","mobile_number":"385-522-5561","email_id":"Allene91@hotmail.com","dop":"2025-05-30","serial_number":"12787455503848","imei1":"12787455503848","imei2":"12787455503848","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178486,"job_number":"JOB_178486","tr_customer_id":178504,"tr_customer_product_id":178494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:02:28.000Z","modified_at":"2026-02-06T02:38:00.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222522","imei2":"13222222222222522","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T02:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 845cf8b8-9fec-4293-8017-b56aff492205 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f2115b4a-85b7-4ca3-8d7f-26ee2bf1640b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b72c5e9d-5ac5-4aba-be8f-44cd2a804fa0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-71oXz8kmHa+Lujj7gxVojiuF7o0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTZ9.FePGg6SXq3l-Yfk2igxFvCbjpj6ROTwHZkDrBnZ4iA0"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTZ9.FePGg6SXq3l-Yfk2igxFvCbjpj6ROTwHZkDrBnZ4iA0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 586741c6-97be-4d8b-a46f-f58012942799 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTZ9.FePGg6SXq3l-Yfk2igxFvCbjpj6ROTwHZkDrBnZ4iA0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f8b05a67-8c11-4def-bb72-8c7f795a07e4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-h+PkvXzL3b0nHKO6idUVXkGCuSg" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":351},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1006a9a0-47ed-4732-a713-20121b58c498 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"55501-72eMSLCwmfQl1p96+U846iMcGA8" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178461,"job_number":"JOB_178461","tr_customer_id":178479,"tr_customer_product_id":178469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:48.000Z","modified_at":"2026-02-05T20:14:48.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"73140052898213","imei1":"73140052898213","imei2":"73140052898213","popurl":"2026-01-26T20:14:48.520713279Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178462,"job_number":"JOB_178462","tr_customer_id":178480,"tr_customer_product_id":178470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:59.000Z","modified_at":"2026-02-05T20:14:59.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"87654291053880","imei1":"87654291053880","imei2":"87654291053880","popurl":"2026-01-26T20:14:58.837976469Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178463,"job_number":"JOB_178463","tr_customer_id":178481,"tr_customer_product_id":178471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:46.000Z","modified_at":"2026-02-05T20:31:46.000Z","name":"Luther Conroy","mobile_number":"691-485-1423","email_id":"Kiera_Ryan46@yahoo.com","dop":"2025-09-09","serial_number":"18217323720985","imei1":"18217323720985","imei2":"18217323720985","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178464,"job_number":"JOB_178464","tr_customer_id":178482,"tr_customer_product_id":178472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:47.000Z","modified_at":"2026-02-05T20:31:47.000Z","name":"Natasha Bergstrom","mobile_number":"423-564-5520","email_id":"Daniela.Bogan20@gmail.com","dop":"2025-09-09","serial_number":"16865911192865","imei1":"16865911192865","imei2":"16865911192865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178466,"job_number":"JOB_178466","tr_customer_id":178484,"tr_customer_product_id":178474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Cielo Bode","mobile_number":"379-766-9150","email_id":"Murray98@gmail.com","dop":"2025-09-09","serial_number":"19350662428123","imei1":"19350662428123","imei2":"19350662428123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178467,"job_number":"JOB_178467","tr_customer_id":178485,"tr_customer_product_id":178475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Damon Welch","mobile_number":"706-218-7267","email_id":"Arnoldo_Ward35@hotmail.com","dop":"2025-09-09","serial_number":"10364131773128","imei1":"10364131773128","imei2":"10364131773128","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178469,"job_number":"JOB_178469","tr_customer_id":178487,"tr_customer_product_id":178477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:09.000Z","modified_at":"2026-02-05T20:32:09.000Z","name":"Alphonso Rodriguez","mobile_number":"459-431-3461","email_id":"Chanelle29@yahoo.com","dop":"2025-09-09","serial_number":"12662010410397","imei1":"12662010410397","imei2":"12662010410397","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178470,"job_number":"JOB_178470","tr_customer_id":178488,"tr_customer_product_id":178478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:10.000Z","modified_at":"2026-02-05T20:32:10.000Z","name":"Edmund Pfeffer","mobile_number":"221-942-3589","email_id":"Theresa_Sipes@gmail.com","dop":"2025-09-09","serial_number":"19048798697399","imei1":"19048798697399","imei2":"19048798697399","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178472,"job_number":"JOB_178472","tr_customer_id":178490,"tr_customer_product_id":178480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T21:00:30.000Z","modified_at":"2026-02-05T21:00:30.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-31","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-31T21:00:29.422225805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T21:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178473,"job_number":"JOB_178473","tr_customer_id":178491,"tr_customer_product_id":178481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:56.000Z","modified_at":"2026-02-05T22:12:56.000Z","name":"Jerome Orn","mobile_number":"955-642-1195","email_id":"Zoie56@gmail.com","dop":"2025-09-09","serial_number":"19921642344594","imei1":"19921642344594","imei2":"19921642344594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178474,"job_number":"JOB_178474","tr_customer_id":178492,"tr_customer_product_id":178482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:57.000Z","modified_at":"2026-02-05T22:12:57.000Z","name":"Emily Keebler","mobile_number":"362-290-8462","email_id":"David.Ankunding@gmail.com","dop":"2025-09-09","serial_number":"19554575849229","imei1":"19554575849229","imei2":"19554575849229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178476,"job_number":"JOB_178476","tr_customer_id":178494,"tr_customer_product_id":178484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:41.000Z","modified_at":"2026-02-05T22:13:41.000Z","name":"Clementine Schneider","mobile_number":"373-405-3792","email_id":"Frederick_Little@gmail.com","dop":"2025-09-09","serial_number":"16929089454347","imei1":"16929089454347","imei2":"16929089454347","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178477,"job_number":"JOB_178477","tr_customer_id":178495,"tr_customer_product_id":178485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:42.000Z","modified_at":"2026-02-05T22:13:42.000Z","name":"Isabelle Fay","mobile_number":"972-717-4340","email_id":"Kole_Little@yahoo.com","dop":"2025-09-09","serial_number":"12630585843159","imei1":"12630585843159","imei2":"12630585843159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178479,"job_number":"JOB_178479","tr_customer_id":178497,"tr_customer_product_id":178487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:28.000Z","modified_at":"2026-02-05T22:14:28.000Z","name":"Paris Buckridge","mobile_number":"400-749-2778","email_id":"Carmen_Wisoky@hotmail.com","dop":"2025-09-09","serial_number":"12333230301870","imei1":"12333230301870","imei2":"12333230301870","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178480,"job_number":"JOB_178480","tr_customer_id":178498,"tr_customer_product_id":178488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:30.000Z","modified_at":"2026-02-05T22:14:30.000Z","name":"Madelynn Corkery","mobile_number":"505-488-9315","email_id":"Aubree43@yahoo.com","dop":"2025-09-09","serial_number":"12997293450304","imei1":"12997293450304","imei2":"12997293450304","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178482,"job_number":"JOB_178482","tr_customer_id":178500,"tr_customer_product_id":178490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:17.000Z","modified_at":"2026-02-05T23:45:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-26T23:45:17.544363811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178483,"job_number":"JOB_178483","tr_customer_id":178501,"tr_customer_product_id":178491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:18.000Z","modified_at":"2026-02-05T23:45:18.000Z","name":"Akshata Iyer","mobile_number":"7054161801","email_id":"bilwa.agarwal@yahoo.co.in","dop":"2026-01-26","serial_number":"057522965866120","imei1":"057522965866120","imei2":"057522965866120","popurl":"www.gorakhanatha-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178484,"job_number":"JOB_178484","tr_customer_id":178502,"tr_customer_product_id":178492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:47:44.000Z","modified_at":"2026-02-05T23:47:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-26T23:47:44.406179115Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:46:53.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTZ9.FePGg6SXq3l-Yfk2igxFvCbjpj6ROTwHZkDrBnZ4iA0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b89c4f34-6321-4361-91c6-42565f8686cd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTZ9.FePGg6SXq3l-Yfk2igxFvCbjpj6ROTwHZkDrBnZ4iA0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 93a5e9f6-210c-4ee8-950d-f0d28dcb98b7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 178991,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTZ9.FePGg6SXq3l-Yfk2igxFvCbjpj6ROTwHZkDrBnZ4iA0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d7983518-4747-4131-926f-43fdbb5d3a27 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"55115-HoSrdgGBpdZx/h6V/csNadv3iJA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178461,"job_number":"JOB_178461","tr_customer_id":178479,"tr_customer_product_id":178469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:48.000Z","modified_at":"2026-02-05T20:14:48.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"73140052898213","imei1":"73140052898213","imei2":"73140052898213","popurl":"2026-01-26T20:14:48.520713279Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178462,"job_number":"JOB_178462","tr_customer_id":178480,"tr_customer_product_id":178470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:59.000Z","modified_at":"2026-02-05T20:14:59.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"87654291053880","imei1":"87654291053880","imei2":"87654291053880","popurl":"2026-01-26T20:14:58.837976469Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178463,"job_number":"JOB_178463","tr_customer_id":178481,"tr_customer_product_id":178471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:46.000Z","modified_at":"2026-02-05T20:31:46.000Z","name":"Luther Conroy","mobile_number":"691-485-1423","email_id":"Kiera_Ryan46@yahoo.com","dop":"2025-09-09","serial_number":"18217323720985","imei1":"18217323720985","imei2":"18217323720985","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178464,"job_number":"JOB_178464","tr_customer_id":178482,"tr_customer_product_id":178472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:47.000Z","modified_at":"2026-02-05T20:31:47.000Z","name":"Natasha Bergstrom","mobile_number":"423-564-5520","email_id":"Daniela.Bogan20@gmail.com","dop":"2025-09-09","serial_number":"16865911192865","imei1":"16865911192865","imei2":"16865911192865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178466,"job_number":"JOB_178466","tr_customer_id":178484,"tr_customer_product_id":178474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Cielo Bode","mobile_number":"379-766-9150","email_id":"Murray98@gmail.com","dop":"2025-09-09","serial_number":"19350662428123","imei1":"19350662428123","imei2":"19350662428123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178467,"job_number":"JOB_178467","tr_customer_id":178485,"tr_customer_product_id":178475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Damon Welch","mobile_number":"706-218-7267","email_id":"Arnoldo_Ward35@hotmail.com","dop":"2025-09-09","serial_number":"10364131773128","imei1":"10364131773128","imei2":"10364131773128","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178469,"job_number":"JOB_178469","tr_customer_id":178487,"tr_customer_product_id":178477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:09.000Z","modified_at":"2026-02-05T20:32:09.000Z","name":"Alphonso Rodriguez","mobile_number":"459-431-3461","email_id":"Chanelle29@yahoo.com","dop":"2025-09-09","serial_number":"12662010410397","imei1":"12662010410397","imei2":"12662010410397","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178470,"job_number":"JOB_178470","tr_customer_id":178488,"tr_customer_product_id":178478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:10.000Z","modified_at":"2026-02-05T20:32:10.000Z","name":"Edmund Pfeffer","mobile_number":"221-942-3589","email_id":"Theresa_Sipes@gmail.com","dop":"2025-09-09","serial_number":"19048798697399","imei1":"19048798697399","imei2":"19048798697399","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178472,"job_number":"JOB_178472","tr_customer_id":178490,"tr_customer_product_id":178480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T21:00:30.000Z","modified_at":"2026-02-05T21:00:30.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-31","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-31T21:00:29.422225805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T21:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178473,"job_number":"JOB_178473","tr_customer_id":178491,"tr_customer_product_id":178481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:56.000Z","modified_at":"2026-02-05T22:12:56.000Z","name":"Jerome Orn","mobile_number":"955-642-1195","email_id":"Zoie56@gmail.com","dop":"2025-09-09","serial_number":"19921642344594","imei1":"19921642344594","imei2":"19921642344594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178474,"job_number":"JOB_178474","tr_customer_id":178492,"tr_customer_product_id":178482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:57.000Z","modified_at":"2026-02-05T22:12:57.000Z","name":"Emily Keebler","mobile_number":"362-290-8462","email_id":"David.Ankunding@gmail.com","dop":"2025-09-09","serial_number":"19554575849229","imei1":"19554575849229","imei2":"19554575849229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178476,"job_number":"JOB_178476","tr_customer_id":178494,"tr_customer_product_id":178484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:41.000Z","modified_at":"2026-02-05T22:13:41.000Z","name":"Clementine Schneider","mobile_number":"373-405-3792","email_id":"Frederick_Little@gmail.com","dop":"2025-09-09","serial_number":"16929089454347","imei1":"16929089454347","imei2":"16929089454347","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178477,"job_number":"JOB_178477","tr_customer_id":178495,"tr_customer_product_id":178485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:42.000Z","modified_at":"2026-02-05T22:13:42.000Z","name":"Isabelle Fay","mobile_number":"972-717-4340","email_id":"Kole_Little@yahoo.com","dop":"2025-09-09","serial_number":"12630585843159","imei1":"12630585843159","imei2":"12630585843159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178479,"job_number":"JOB_178479","tr_customer_id":178497,"tr_customer_product_id":178487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:28.000Z","modified_at":"2026-02-05T22:14:28.000Z","name":"Paris Buckridge","mobile_number":"400-749-2778","email_id":"Carmen_Wisoky@hotmail.com","dop":"2025-09-09","serial_number":"12333230301870","imei1":"12333230301870","imei2":"12333230301870","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178480,"job_number":"JOB_178480","tr_customer_id":178498,"tr_customer_product_id":178488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:30.000Z","modified_at":"2026-02-05T22:14:30.000Z","name":"Madelynn Corkery","mobile_number":"505-488-9315","email_id":"Aubree43@yahoo.com","dop":"2025-09-09","serial_number":"12997293450304","imei1":"12997293450304","imei2":"12997293450304","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178482,"job_number":"JOB_178482","tr_customer_id":178500,"tr_customer_product_id":178490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:17.000Z","modified_at":"2026-02-05T23:45:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-26T23:45:17.544363811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178483,"job_number":"JOB_178483","tr_customer_id":178501,"tr_customer_product_id":178491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:18.000Z","modified_at":"2026-02-05T23:45:18.000Z","name":"Akshata Iyer","mobile_number":"7054161801","email_id":"bilwa.agarwal@yahoo.co.in","dop":"2026-01-26","serial_number":"057522965866120","imei1":"057522965866120","imei2":"057522965866120","popurl":"www.gorakhanatha-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178484,"job_number":"JOB_178484","tr_customer_id":178502,"tr_customer_product_id":178492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:47:44.000Z","modified_at":"2026-02-05T23:47:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-26T23:47:44.406179115Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7f55a485-acb7-4e85-9a2e-4d9697957954 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-ctvYVfDD+DfYFsj+mSuJfm9KvJM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTl9.n6BlWGNlGygLAkldHP_dyr_1hhq_LMJAx0uPAwWvdU0"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTl9.n6BlWGNlGygLAkldHP_dyr_1hhq_LMJAx0uPAwWvdU0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | de7bc3f3-b42b-4765-adac-28c4c807677f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTl9.n6BlWGNlGygLAkldHP_dyr_1hhq_LMJAx0uPAwWvdU0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 63b92fdd-e9c4-411f-af87-3dfa6e4bf894 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-QBBrTD0M/PlM9nMTNhZlklxr2G8" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:46:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":173}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTl9.n6BlWGNlGygLAkldHP_dyr_1hhq_LMJAx0uPAwWvdU0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cfd3fb77-6ea4-400a-8a86-ea0b80f1fe95 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7d5-6BufrhxdDJey0btdcCMOXdaiOBg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:46:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:46:58.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-06T07:46:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTl9.n6BlWGNlGygLAkldHP_dyr_1hhq_LMJAx0uPAwWvdU0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8641f0a6-b0f2-49a3-844a-19ffe26c49e0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTl9.n6BlWGNlGygLAkldHP_dyr_1hhq_LMJAx0uPAwWvdU0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 34e67d10-f6c7-420a-bd73-fc2ad49a3cb1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"95e-QVWlQjhLFrEonH/s0Xjbzi9AH98" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:46:58.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-06T07:46:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":178991,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T07:46:53.000Z"}],"quatations":[]},{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":178961,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T07:09:27.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTl9.n6BlWGNlGygLAkldHP_dyr_1hhq_LMJAx0uPAwWvdU0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | de63c08e-105b-4b68-bc6f-50c7a801fabc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTl9.n6BlWGNlGygLAkldHP_dyr_1hhq_LMJAx0uPAwWvdU0 |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d6b22c94-cc98-405b-9f9a-874442d0ff47 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":178991,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2e0cb5de-3fcb-41a6-bba1-0e43147b8eb0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-8QNzEoIm7bG0q8nBpS/GgHTs9YU" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAyMX0.i8DPADhToO6Ckzj6VN306QZgtRO_GW7Wd1YLEmbe-44"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAyMX0.i8DPADhToO6Ckzj6VN306QZgtRO_GW7Wd1YLEmbe-44 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 00f4eed2-c0d1-4257-8c93-e8672be121a5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAyMX0.i8DPADhToO6Ckzj6VN306QZgtRO_GW7Wd1YLEmbe-44 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 55b93ec2-7c5f-420a-af92-b8b2de865665 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-KfgaZU16pRoEyzUxLrEQwuLu0AY" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":6},{"label":"QC Completed","key":"qc_completed","count":168},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAyMX0.i8DPADhToO6Ckzj6VN306QZgtRO_GW7Wd1YLEmbe-44 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 162d1f0f-78e8-4835-a8ae-915139c53932 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAyMX0.i8DPADhToO6Ckzj6VN306QZgtRO_GW7Wd1YLEmbe-44 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 14fa7e96-9914-4871-bd5c-b2a59551554f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2897c-3aJHhjtCJMXRIkSjaYnBogedHK0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178486,"job_number":"JOB_178486","tr_customer_id":178504,"tr_customer_product_id":178494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:02:28.000Z","modified_at":"2026-02-06T02:38:00.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222522","imei2":"13222222222222522","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T02:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178488,"job_number":"JOB_178488","tr_customer_id":178506,"tr_customer_product_id":178496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:51.000Z","modified_at":"2026-02-06T03:14:05.000Z","name":"Vidal Batz","mobile_number":"385-522-5561","email_id":"Allene91@hotmail.com","dop":"2025-05-30","serial_number":"12787455503848","imei1":"12787455503848","imei2":"12787455503848","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178493,"job_number":"JOB_178493","tr_customer_id":178511,"tr_customer_product_id":178501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:49.000Z","name":"Lauren Larkin","mobile_number":"634-984-8853","email_id":"Shirley.Koepp39@gmail.com","dop":"2025-04-06","serial_number":"15478912898604","imei1":"15478912898604","imei2":"15478912898604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178496,"job_number":"JOB_178496","tr_customer_id":178514,"tr_customer_product_id":178504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:57.000Z","modified_at":"2026-02-06T03:30:33.000Z","name":"Kendall VonRueden","mobile_number":"248-332-8478","email_id":"Wallace.Legros90@hotmail.com","dop":"2025-04-06","serial_number":"17430450630790","imei1":"17430450630790","imei2":"17430450630790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178499,"job_number":"JOB_178499","tr_customer_id":178517,"tr_customer_product_id":178507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:31:16.000Z","name":"Roman Gleason","mobile_number":"310-565-8476","email_id":"Russell_Hickle36@yahoo.com","dop":"2025-04-06","serial_number":"10362757210628","imei1":"10362757210628","imei2":"10362757210628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178502,"job_number":"JOB_178502","tr_customer_id":178520,"tr_customer_product_id":178510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:07.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"Anabelle Ryan","mobile_number":"393-725-1259","email_id":"Merl63@gmail.com","dop":"2025-04-06","serial_number":"16787049887426","imei1":"16787049887426","imei2":"16787049887426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178504,"job_number":"JOB_178504","tr_customer_id":178522,"tr_customer_product_id":178512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:18.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"33484144702818","imei1":"33484144702818","imei2":"33484144702818","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178506,"job_number":"JOB_178506","tr_customer_id":178524,"tr_customer_product_id":178514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:18.000Z","modified_at":"2026-02-06T04:25:54.000Z","name":"Xavier Skiles","mobile_number":"547-956-6111","email_id":"Efrain63@gmail.com","dop":"2025-04-06","serial_number":"14571766081231","imei1":"14571766081231","imei2":"14571766081231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178508,"job_number":"JOB_178508","tr_customer_id":178526,"tr_customer_product_id":178516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:21.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15683702389288","imei1":"15683702389288","imei2":"15683702389288","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178510,"job_number":"JOB_178510","tr_customer_id":178528,"tr_customer_product_id":178518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:26:04.000Z","name":"Krystal Windler","mobile_number":"427-755-4958","email_id":"Amara.Schiller@gmail.com","dop":"2025-06-18","serial_number":"10153206001131","imei1":"10153206001131","imei2":"10153206001131","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178512,"job_number":"JOB_178512","tr_customer_id":178530,"tr_customer_product_id":178520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:29.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Arthur Gutmann","mobile_number":"589-532-5361","email_id":"Alanna5@gmail.com","dop":"2025-04-06","serial_number":"12086113039218","imei1":"12086113039218","imei2":"12086113039218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178513,"job_number":"JOB_178513","tr_customer_id":178531,"tr_customer_product_id":178521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:26:10.000Z","name":"Fermin Auer","mobile_number":"350-638-3033","email_id":"Krista.Carter@yahoo.com","dop":"2025-04-06","serial_number":"16484614711967","imei1":"16484614711967","imei2":"16484614711967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178515,"job_number":"JOB_178515","tr_customer_id":178533,"tr_customer_product_id":178523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:31.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Raegan Jacobi","mobile_number":"558-925-7766","email_id":"Nathan.Mills62@yahoo.com","dop":"2025-04-06","serial_number":"11107863188309","imei1":"11107863188309","imei2":"11107863188309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178520,"job_number":"JOB_178520","tr_customer_id":178538,"tr_customer_product_id":178528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Delia Feil","mobile_number":"785-325-7318","email_id":"Eduardo.Becker@gmail.com","dop":"2025-04-06","serial_number":"19006918878110","imei1":"19006918878110","imei2":"19006918878110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178521,"job_number":"JOB_178521","tr_customer_id":178539,"tr_customer_product_id":178529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Afton Miller","mobile_number":"762-457-0486","email_id":"Delilah_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"18825405697430","imei1":"18825405697430","imei2":"18825405697430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178525,"job_number":"JOB_178525","tr_customer_id":178543,"tr_customer_product_id":178533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"Berenice Bruen","mobile_number":"645-244-2843","email_id":"Lauren_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15140962106221","imei1":"15140962106221","imei2":"15140962106221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178526,"job_number":"JOB_178526","tr_customer_id":178544,"tr_customer_product_id":178534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:15.000Z","name":"Edison Turner","mobile_number":"218-615-3976","email_id":"Isai_Cruickshank59@yahoo.com","dop":"2025-04-06","serial_number":"18811666812699","imei1":"18811666812699","imei2":"18811666812699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178532,"job_number":"JOB_178532","tr_customer_id":178550,"tr_customer_product_id":178540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:41.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Joshua Littel","mobile_number":"212-746-6555","email_id":"Ernestina.King@yahoo.com","dop":"2025-02-01","serial_number":"100055387193124","imei1":"100055387193124","imei2":"100055387193124","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178535,"job_number":"JOB_178535","tr_customer_id":178553,"tr_customer_product_id":178543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Vincenzo Treutel","mobile_number":"742-468-5876","email_id":"Horace_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"15545971640302","imei1":"15545971640302","imei2":"15545971640302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178537,"job_number":"JOB_178537","tr_customer_id":178555,"tr_customer_product_id":178545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Katlynn Thiel","mobile_number":"382-580-4960","email_id":"Doris_Abernathy12@yahoo.com","dop":"2025-04-06","serial_number":"18576571489808","imei1":"18576571489808","imei2":"18576571489808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178540,"job_number":"JOB_178540","tr_customer_id":178558,"tr_customer_product_id":178548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:26:25.000Z","name":"Caterina Franecki","mobile_number":"540-533-9288","email_id":"Ceasar90@hotmail.com","dop":"2025-04-06","serial_number":"15977146962876","imei1":"15977146962876","imei2":"15977146962876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178544,"job_number":"JOB_178544","tr_customer_id":178562,"tr_customer_product_id":178552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Savanah Strosin","mobile_number":"703-687-6034","email_id":"Desmond67@gmail.com","dop":"2025-04-06","serial_number":"14758493968804","imei1":"14758493968804","imei2":"14758493968804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178546,"job_number":"JOB_178546","tr_customer_id":178564,"tr_customer_product_id":178554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:02.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Aileen Upton","mobile_number":"779-578-5744","email_id":"Emmy_Runolfsson14@hotmail.com","dop":"2025-04-06","serial_number":"18029634617150","imei1":"18029634617150","imei2":"18029634617150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178551,"job_number":"JOB_178551","tr_customer_id":178569,"tr_customer_product_id":178559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:49.000Z","name":"Amber Bogisich","mobile_number":"606-491-8618","email_id":"Clotilde.Stiedemann@gmail.com","dop":"2025-06-18","serial_number":"10462473623970","imei1":"10462473623970","imei2":"10462473623970","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178554,"job_number":"JOB_178554","tr_customer_id":178572,"tr_customer_product_id":178562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:50.000Z","name":"Roxane Hammes","mobile_number":"952-210-3341","email_id":"Elise_Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"16797096439815","imei1":"16797096439815","imei2":"16797096439815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178559,"job_number":"JOB_178559","tr_customer_id":178577,"tr_customer_product_id":178567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Nick Stamm","mobile_number":"409-643-8573","email_id":"Marge.Runte@gmail.com","dop":"2025-04-06","serial_number":"12716105463132","imei1":"12716105463132","imei2":"12716105463132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178560,"job_number":"JOB_178560","tr_customer_id":178578,"tr_customer_product_id":178568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marcelina Bartell","mobile_number":"315-320-6622","email_id":"Freda.Breitenberg45@gmail.com","dop":"2025-12-31","serial_number":"106620151657023","imei1":"106620151657023","imei2":"106620151657023","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178564,"job_number":"JOB_178564","tr_customer_id":178582,"tr_customer_product_id":178572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Brennan Koss","mobile_number":"428-851-6727","email_id":"Bernita.Bosco43@yahoo.com","dop":"2025-04-06","serial_number":"13367376549729","imei1":"13367376549729","imei2":"13367376549729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178568,"job_number":"JOB_178568","tr_customer_id":178586,"tr_customer_product_id":178576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Kamron Hermann","mobile_number":"509-972-5087","email_id":"Kiley_Brakus@gmail.com","dop":"2025-04-06","serial_number":"17964208006221","imei1":"17964208006221","imei2":"17964208006221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178570,"job_number":"JOB_178570","tr_customer_id":178588,"tr_customer_product_id":178578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marques Morar","mobile_number":"796-330-8013","email_id":"Justyn12@gmail.com","dop":"2025-02-01","serial_number":"69078778173650","imei1":"69078778173650","imei2":"69078778173650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178573,"job_number":"JOB_178573","tr_customer_id":178591,"tr_customer_product_id":178581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Wilfrid Schroeder","mobile_number":"618-823-2757","email_id":"Ettie27@yahoo.com","dop":"2000-01-31","serial_number":"10229252408351","imei1":"10229252408351","imei2":"10229252408351","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178577,"job_number":"JOB_178577","tr_customer_id":178595,"tr_customer_product_id":178585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"Vicenta Anderson","mobile_number":"610-831-3320","email_id":"Hardy_VonRueden32@gmail.com","dop":"2025-04-06","serial_number":"14109955341882","imei1":"14109955341882","imei2":"14109955341882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178578,"job_number":"JOB_178578","tr_customer_id":178596,"tr_customer_product_id":178586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:32.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Lisandro Carroll","mobile_number":"831-585-7349","email_id":"Angelica82@hotmail.com","dop":"2025-04-06","serial_number":"10836781585411","imei1":"10836781585411","imei2":"10836781585411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178581,"job_number":"JOB_178581","tr_customer_id":178599,"tr_customer_product_id":178589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:37.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Edna Kihn","mobile_number":"939-308-7307","email_id":"Jaron_Hagenes@hotmail.com","dop":"2025-05-30","serial_number":"16863904961207","imei1":"16863904961207","imei2":"16863904961207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178585,"job_number":"JOB_178585","tr_customer_id":178603,"tr_customer_product_id":178593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Curtis Upton","mobile_number":"644-522-3356","email_id":"June_Connelly7@gmail.com","dop":"2025-04-06","serial_number":"12706929412673","imei1":"12706929412673","imei2":"12706929412673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178587,"job_number":"JOB_178587","tr_customer_id":178605,"tr_customer_product_id":178595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Yasmeen Daugherty","mobile_number":"203-969-4264","email_id":"Lucienne80@gmail.com","dop":"2025-04-06","serial_number":"17237931341171","imei1":"17237931341171","imei2":"17237931341171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178590,"job_number":"JOB_178590","tr_customer_id":178608,"tr_customer_product_id":178598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:27:24.000Z","name":"Ariel Kihn","mobile_number":"432-401-4353","email_id":"Genoveva.Sanford49@gmail.com","dop":"2025-04-06","serial_number":"19420803495708","imei1":"19420803495708","imei2":"19420803495708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178598,"job_number":"JOB_178598","tr_customer_id":178616,"tr_customer_product_id":178606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"Viviane Koepp","mobile_number":"549-462-8932","email_id":"Lolita_Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"18932558993790","imei1":"18932558993790","imei2":"18932558993790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178600,"job_number":"JOB_178600","tr_customer_id":178618,"tr_customer_product_id":178608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Millie Lind","mobile_number":"314-330-3210","email_id":"Jermey62@yahoo.com","dop":"2025-04-06","serial_number":"14164431709131","imei1":"14164431709131","imei2":"14164431709131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178604,"job_number":"JOB_178604","tr_customer_id":178622,"tr_customer_product_id":178612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Drew Jerde","mobile_number":"332-781-7032","email_id":"Kendra53@gmail.com","dop":"2025-04-06","serial_number":"17554488222040","imei1":"17554488222040","imei2":"17554488222040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178608,"job_number":"JOB_178608","tr_customer_id":178626,"tr_customer_product_id":178616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:27:36.000Z","name":"Jakayla Bartoletti","mobile_number":"224-356-1603","email_id":"Erik42@yahoo.com","dop":"2025-04-06","serial_number":"15003328861625","imei1":"15003328861625","imei2":"15003328861625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178610,"job_number":"JOB_178610","tr_customer_id":178628,"tr_customer_product_id":178618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:00.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Burley Williamson","mobile_number":"250-880-9721","email_id":"Caesar67@hotmail.com","dop":"2025-04-06","serial_number":"17529031183200","imei1":"17529031183200","imei2":"17529031183200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178623,"job_number":"JOB_178623","tr_customer_id":178641,"tr_customer_product_id":178631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Rogers Rice","mobile_number":"772-817-7211","email_id":"Tobin_Waters89@yahoo.com","dop":"2025-02-01","serial_number":"33443402369957","imei1":"33443402369957","imei2":"33443402369957","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178625,"job_number":"JOB_178625","tr_customer_id":178643,"tr_customer_product_id":178633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:41.000Z","name":"Telly McDermott","mobile_number":"219-368-2377","email_id":"Mike_Herman@hotmail.com","dop":"2025-04-06","serial_number":"18876844508531","imei1":"18876844508531","imei2":"18876844508531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178626,"job_number":"JOB_178626","tr_customer_id":178644,"tr_customer_product_id":178634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"Makenna Ankunding","mobile_number":"709-529-2913","email_id":"Sean_Christiansen@yahoo.com","dop":"2025-12-31","serial_number":"109509671213446","imei1":"109509671213446","imei2":"109509671213446","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178628,"job_number":"JOB_178628","tr_customer_id":178646,"tr_customer_product_id":178636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Adela Pfannerstill","mobile_number":"473-945-7697","email_id":"Eliza67@yahoo.com","dop":"2025-04-06","serial_number":"11498194238917","imei1":"11498194238917","imei2":"11498194238917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178634,"job_number":"JOB_178634","tr_customer_id":178652,"tr_customer_product_id":178642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Vesta Bahringer","mobile_number":"226-909-1412","email_id":"Percy53@yahoo.com","dop":"2025-04-06","serial_number":"18403166730716","imei1":"18403166730716","imei2":"18403166730716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178638,"job_number":"JOB_178638","tr_customer_id":178656,"tr_customer_product_id":178646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Jeromy Johnston","mobile_number":"337-685-9668","email_id":"Catherine32@hotmail.com","dop":"2025-04-06","serial_number":"12652252393533","imei1":"12652252393533","imei2":"12652252393533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178639,"job_number":"JOB_178639","tr_customer_id":178657,"tr_customer_product_id":178647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Lela Yundt","mobile_number":"336-450-8633","email_id":"Estevan98@gmail.com","dop":"2025-04-06","serial_number":"15099421880320","imei1":"15099421880320","imei2":"15099421880320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178640,"job_number":"JOB_178640","tr_customer_id":178658,"tr_customer_product_id":178648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Zella Bernhard","mobile_number":"607-390-0543","email_id":"Savanah_Dietrich87@gmail.com","dop":"2000-01-31","serial_number":"10234848155468","imei1":"10234848155468","imei2":"10234848155468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178646,"job_number":"JOB_178646","tr_customer_id":178664,"tr_customer_product_id":178654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:11.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"Dina Kiehn","mobile_number":"628-763-2434","email_id":"Osvaldo_Kautzer61@hotmail.com","dop":"2025-04-06","serial_number":"10559079971260","imei1":"10559079971260","imei2":"10559079971260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178649,"job_number":"JOB_178649","tr_customer_id":178667,"tr_customer_product_id":178657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:16.000Z","modified_at":"2026-02-06T04:27:52.000Z","name":"Laury Beahan","mobile_number":"716-880-7193","email_id":"Randal57@hotmail.com","dop":"2025-04-06","serial_number":"19695939116675","imei1":"19695939116675","imei2":"19695939116675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178652,"job_number":"JOB_178652","tr_customer_id":178670,"tr_customer_product_id":178660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:55.000Z","name":"Marquis Hauck","mobile_number":"220-986-1040","email_id":"Elmer.Rosenbaum66@gmail.com","dop":"2025-04-06","serial_number":"16593935796615","imei1":"16593935796615","imei2":"16593935796615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178659,"job_number":"JOB_178659","tr_customer_id":178677,"tr_customer_product_id":178667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:29.000Z","modified_at":"2026-02-06T04:28:05.000Z","name":"Robin Prosacco","mobile_number":"827-541-6151","email_id":"Estell67@yahoo.com","dop":"2025-04-06","serial_number":"15516348005797","imei1":"15516348005797","imei2":"15516348005797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178662,"job_number":"JOB_178662","tr_customer_id":178680,"tr_customer_product_id":178670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:32.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Eleonore Hudson","mobile_number":"629-573-2485","email_id":"Guiseppe.Mohr@gmail.com","dop":"2025-04-06","serial_number":"15135459529555","imei1":"15135459529555","imei2":"15135459529555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178669,"job_number":"JOB_178669","tr_customer_id":178687,"tr_customer_product_id":178677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Timmothy Keebler","mobile_number":"469-695-0909","email_id":"Edison.Tremblay7@hotmail.com","dop":"2025-04-06","serial_number":"17692950289282","imei1":"17692950289282","imei2":"17692950289282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178672,"job_number":"JOB_178672","tr_customer_id":178690,"tr_customer_product_id":178680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:39.000Z","modified_at":"2026-02-06T04:28:15.000Z","name":"Jake Cartwright","mobile_number":"595-379-8018","email_id":"Florian.Harvey1@yahoo.com","dop":"2025-04-06","serial_number":"19761081809020","imei1":"19761081809020","imei2":"19761081809020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178675,"job_number":"JOB_178675","tr_customer_id":178693,"tr_customer_product_id":178683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:28:20.000Z","name":"Constantin Klein","mobile_number":"822-651-4809","email_id":"Raven10@hotmail.com","dop":"2025-04-06","serial_number":"10863191902383","imei1":"10863191902383","imei2":"10863191902383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178679,"job_number":"JOB_178679","tr_customer_id":178697,"tr_customer_product_id":178687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:49.000Z","modified_at":"2026-02-06T04:28:25.000Z","name":"Creola Predovic","mobile_number":"790-502-8773","email_id":"Naomi69@gmail.com","dop":"2025-04-06","serial_number":"10184041834810","imei1":"10184041834810","imei2":"10184041834810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178682,"job_number":"JOB_178682","tr_customer_id":178700,"tr_customer_product_id":178690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Ayana Bauch","mobile_number":"409-921-4519","email_id":"Isom.Gleason55@yahoo.com","dop":"2025-12-31","serial_number":"104725068256431","imei1":"104725068256431","imei2":"104725068256431","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178684,"job_number":"JOB_178684","tr_customer_id":178702,"tr_customer_product_id":178692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Rylee Yost","mobile_number":"780-218-3616","email_id":"Travon.Kris@gmail.com","dop":"2025-04-06","serial_number":"10220774443136","imei1":"10220774443136","imei2":"10220774443136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178687,"job_number":"JOB_178687","tr_customer_id":178705,"tr_customer_product_id":178695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Lyla Schimmel","mobile_number":"677-675-6914","email_id":"Jeramy44@hotmail.com","dop":"2025-04-06","serial_number":"14851145681070","imei1":"14851145681070","imei2":"14851145681070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178688,"job_number":"JOB_178688","tr_customer_id":178706,"tr_customer_product_id":178696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Peyton Cruickshank","mobile_number":"414-872-6943","email_id":"Emilie_Kris51@yahoo.com","dop":"2000-01-31","serial_number":"10521552457442","imei1":"10521552457442","imei2":"10521552457442","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178693,"job_number":"JOB_178693","tr_customer_id":178711,"tr_customer_product_id":178701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:28:34.000Z","name":"Orin Maggio","mobile_number":"260-509-0892","email_id":"Juliet40@hotmail.com","dop":"2025-04-06","serial_number":"13734047410072","imei1":"13734047410072","imei2":"13734047410072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178696,"job_number":"JOB_178696","tr_customer_id":178714,"tr_customer_product_id":178704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:00.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Tanya Wehner","mobile_number":"891-507-9866","email_id":"Tabitha27@gmail.com","dop":"2025-04-06","serial_number":"16477708348616","imei1":"16477708348616","imei2":"16477708348616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178699,"job_number":"JOB_178699","tr_customer_id":178717,"tr_customer_product_id":178707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:13.000Z","modified_at":"2026-02-06T04:28:49.000Z","name":"Mitchel Zieme","mobile_number":"367-774-3951","email_id":"Shayne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"19812224274750","imei1":"19812224274750","imei2":"19812224274750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178702,"job_number":"JOB_178702","tr_customer_id":178720,"tr_customer_product_id":178710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:50.000Z","name":"Sophie Stoltenberg","mobile_number":"974-631-1442","email_id":"Otis_Waters89@gmail.com","dop":"2025-04-06","serial_number":"13504453212054","imei1":"13504453212054","imei2":"13504453212054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178706,"job_number":"JOB_178706","tr_customer_id":178724,"tr_customer_product_id":178714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Itzel Barton","mobile_number":"527-785-8575","email_id":"Mandy_Mills@hotmail.com","dop":"2025-04-06","serial_number":"17217770174162","imei1":"17217770174162","imei2":"17217770174162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178707,"job_number":"JOB_178707","tr_customer_id":178725,"tr_customer_product_id":178715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Oliver Smith","mobile_number":"631-285-6630","email_id":"Gustave_Kub@gmail.com","dop":"2025-04-06","serial_number":"11928992021557","imei1":"11928992021557","imei2":"11928992021557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178711,"job_number":"JOB_178711","tr_customer_id":178729,"tr_customer_product_id":178719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:29:04.000Z","name":"Jarrell Lind","mobile_number":"383-487-2026","email_id":"Milan_Rippin42@gmail.com","dop":"2025-04-06","serial_number":"16118576633902","imei1":"16118576633902","imei2":"16118576633902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178714,"job_number":"JOB_178714","tr_customer_id":178732,"tr_customer_product_id":178722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:29:08.000Z","name":"Olaf Gottlieb","mobile_number":"448-561-0906","email_id":"Walton10@yahoo.com","dop":"2025-04-06","serial_number":"15985614146917","imei1":"15985614146917","imei2":"15985614146917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178717,"job_number":"JOB_178717","tr_customer_id":178735,"tr_customer_product_id":178725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:29:11.000Z","name":"Maci Koss","mobile_number":"217-730-1682","email_id":"Oran8@gmail.com","dop":"2000-01-31","serial_number":"10138181427873","imei1":"10138181427873","imei2":"10138181427873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178719,"job_number":"JOB_178719","tr_customer_id":178737,"tr_customer_product_id":178727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:29:13.000Z","name":"Alfredo McLaughlin","mobile_number":"520-397-7496","email_id":"Baylee49@hotmail.com","dop":"2025-04-06","serial_number":"10945519913994","imei1":"10945519913994","imei2":"10945519913994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178723,"job_number":"JOB_178723","tr_customer_id":178741,"tr_customer_product_id":178731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:29:19.000Z","name":"Julie Rutherford","mobile_number":"288-419-6922","email_id":"Rubye.Gusikowski4@yahoo.com","dop":"2025-04-06","serial_number":"17019309498582","imei1":"17019309498582","imei2":"17019309498582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178726,"job_number":"JOB_178726","tr_customer_id":178744,"tr_customer_product_id":178734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:43.000Z","name":"Saige Krajcik","mobile_number":"846-967-7466","email_id":"Cary_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"19559461699582","imei1":"19559461699582","imei2":"19559461699582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178729,"job_number":"JOB_178729","tr_customer_id":178747,"tr_customer_product_id":178737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:30:27.000Z","name":"Kip McGlynn","mobile_number":"294-445-0402","email_id":"Ashly89@hotmail.com","dop":"2025-04-06","serial_number":"18636274434907","imei1":"18636274434907","imei2":"18636274434907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178737,"job_number":"JOB_178737","tr_customer_id":178755,"tr_customer_product_id":178745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:51.000Z","modified_at":"2026-02-06T04:43:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99934342920533","imei1":"99934342920533","imei2":"99934342920533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178744,"job_number":"JOB_178744","tr_customer_id":178762,"tr_customer_product_id":178752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:23.000Z","modified_at":"2026-02-06T04:43:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34694062887707","imei1":"34694062887707","imei2":"34694062887707","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178751,"job_number":"JOB_178751","tr_customer_id":178769,"tr_customer_product_id":178759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:44:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32342800923924","imei1":"32342800923924","imei2":"32342800923924","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178766,"job_number":"JOB_178766","tr_customer_id":178784,"tr_customer_product_id":178774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:53.000Z","modified_at":"2026-02-06T05:18:04.000Z","name":"Joel Crona","mobile_number":"333-505-5846","email_id":"Emmy_Walter87@gmail.com","dop":"2025-07-01","serial_number":"100161934775892","imei1":"100161934775892","imei2":"100161934775892","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178768,"job_number":"JOB_178768","tr_customer_id":178786,"tr_customer_product_id":178776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:17.000Z","name":"Misael Johnston","mobile_number":"561-806-1557","email_id":"Clementina87@hotmail.com","dop":"2025-07-01","serial_number":"107277439846750","imei1":"107277439846750","imei2":"107277439846750","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178773,"job_number":"JOB_178773","tr_customer_id":178791,"tr_customer_product_id":178781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:21.000Z","modified_at":"2026-02-06T05:34:59.000Z","name":"Johathan Ondricka","mobile_number":"654-472-0205","email_id":"Oscar1@gmail.com","dop":"2025-04-06","serial_number":"17937135235498","imei1":"17937135235498","imei2":"17937135235498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178775,"job_number":"JOB_178775","tr_customer_id":178793,"tr_customer_product_id":178783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:35.000Z","modified_at":"2026-02-06T05:35:12.000Z","name":"Jesus Kovacek","mobile_number":"764-792-1171","email_id":"Rylee21@gmail.com","dop":"2025-04-06","serial_number":"19022494699673","imei1":"19022494699673","imei2":"19022494699673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178798,"job_number":"JOB_178798","tr_customer_id":178816,"tr_customer_product_id":178806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:44.000Z","name":"Wiley Williamson","mobile_number":"593-489-1827","email_id":"Lura29@hotmail.com","dop":"2025-12-31","serial_number":"108982756442978","imei1":"108982756442978","imei2":"108982756442978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178799,"job_number":"JOB_178799","tr_customer_id":178817,"tr_customer_product_id":178807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:03.000Z","modified_at":"2026-02-06T06:40:31.000Z","name":"Victor Tremblay","mobile_number":"294-278-4879","email_id":"Carroll_Terry@hotmail.com","dop":"2026-01-23","serial_number":"16654201607089","imei1":"16654201607089","imei2":"16654201607089","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178803,"job_number":"JOB_178803","tr_customer_id":178821,"tr_customer_product_id":178811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:53.000Z","modified_at":"2026-02-06T06:41:39.000Z","name":"Clemens Murazik","mobile_number":"941-473-2688","email_id":"Daphnee.Cormier@yahoo.com","dop":"2025-12-31","serial_number":"109938690985845","imei1":"109938690985845","imei2":"109938690985845","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178807,"job_number":"JOB_178807","tr_customer_id":178825,"tr_customer_product_id":178815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Clay Kulas","mobile_number":"909-715-2214","email_id":"Paul21@yahoo.com","dop":"2025-12-31","serial_number":"105129681338163","imei1":"105129681338163","imei2":"105129681338163","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178808,"job_number":"JOB_178808","tr_customer_id":178826,"tr_customer_product_id":178816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:58.000Z","modified_at":"2026-02-06T06:42:39.000Z","name":"Laisha Nitzsche","mobile_number":"901-385-6961","email_id":"Shakira1@yahoo.com","dop":"2025-04-06","serial_number":"15704871045999","imei1":"15704871045999","imei2":"15704871045999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178811,"job_number":"JOB_178811","tr_customer_id":178829,"tr_customer_product_id":178819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:51.000Z","name":"Brandon Schulist","mobile_number":"534-650-5204","email_id":"Raegan.OConnell53@gmail.com","dop":"2025-06-18","serial_number":"10491221519194","imei1":"10491221519194","imei2":"10491221519194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178814,"job_number":"JOB_178814","tr_customer_id":178832,"tr_customer_product_id":178822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:43:09.000Z","name":"Brianne Crooks","mobile_number":"471-682-2142","email_id":"Freddy.Cole27@hotmail.com","dop":"2025-04-06","serial_number":"10670916656051","imei1":"10670916656051","imei2":"10670916656051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178817,"job_number":"JOB_178817","tr_customer_id":178835,"tr_customer_product_id":178825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:43:40.000Z","name":"Mazie Ondricka","mobile_number":"865-553-8265","email_id":"Heber86@yahoo.com","dop":"2025-06-18","serial_number":"10310160157020","imei1":"10310160157020","imei2":"10310160157020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178820,"job_number":"JOB_178820","tr_customer_id":178838,"tr_customer_product_id":178828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:50.000Z","name":"Ford Hane","mobile_number":"678-357-7312","email_id":"Brendan.Green@yahoo.com","dop":"2025-04-06","serial_number":"11332365617009","imei1":"11332365617009","imei2":"11332365617009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178823,"job_number":"JOB_178823","tr_customer_id":178841,"tr_customer_product_id":178831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:52.000Z","name":"Ona Denesik","mobile_number":"905-860-1743","email_id":"Madeline10@hotmail.com","dop":"2025-04-06","serial_number":"14353831483994","imei1":"14353831483994","imei2":"14353831483994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178826,"job_number":"JOB_178826","tr_customer_id":178844,"tr_customer_product_id":178834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:58.000Z","modified_at":"2026-02-06T06:44:36.000Z","name":"Elton Kessler","mobile_number":"806-637-9557","email_id":"Cornelius23@yahoo.com","dop":"2025-04-06","serial_number":"18089490916318","imei1":"18089490916318","imei2":"18089490916318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178829,"job_number":"JOB_178829","tr_customer_id":178847,"tr_customer_product_id":178837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:44:35.000Z","name":"Stephan Kuhlman","mobile_number":"734-626-6722","email_id":"Cecilia_Rau@hotmail.com","dop":"2025-04-06","serial_number":"11175108868221","imei1":"11175108868221","imei2":"11175108868221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178833,"job_number":"JOB_178833","tr_customer_id":178851,"tr_customer_product_id":178841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:45:23.000Z","name":"Johnny Quigley","mobile_number":"684-285-0739","email_id":"Liam88@yahoo.com","dop":"2025-04-06","serial_number":"12550690244730","imei1":"12550690244730","imei2":"12550690244730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178835,"job_number":"JOB_178835","tr_customer_id":178853,"tr_customer_product_id":178843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:55.000Z","modified_at":"2026-02-06T06:46:20.000Z","name":"Nadia Ernser","mobile_number":"837-592-4853","email_id":"Wilfred13@gmail.com","dop":"2026-01-23","serial_number":"17705677962055","imei1":"17705677962055","imei2":"17705677962055","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178838,"job_number":"JOB_178838","tr_customer_id":178856,"tr_customer_product_id":178846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:46.000Z","name":"Dan Zieme","mobile_number":"461-771-9429","email_id":"Felicity_Schulist@gmail.com","dop":"2025-04-06","serial_number":"12553996678296","imei1":"12553996678296","imei2":"12553996678296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178841,"job_number":"JOB_178841","tr_customer_id":178859,"tr_customer_product_id":178849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:47:37.000Z","name":"Jasen Orn","mobile_number":"663-259-4758","email_id":"Tyrese_Jast@yahoo.com","dop":"2025-04-06","serial_number":"10237531981034","imei1":"10237531981034","imei2":"10237531981034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178843,"job_number":"JOB_178843","tr_customer_id":178861,"tr_customer_product_id":178851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:16.000Z","modified_at":"2026-02-06T06:47:42.000Z","name":"Ottilie Grady","mobile_number":"844-406-8470","email_id":"Candida.Kiehn56@yahoo.com","dop":"2026-01-23","serial_number":"17548295826563","imei1":"17548295826563","imei2":"17548295826563","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178846,"job_number":"JOB_178846","tr_customer_id":178864,"tr_customer_product_id":178854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:48:27.000Z","name":"Declan Emard","mobile_number":"677-287-9168","email_id":"Mack_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14046039843685","imei1":"14046039843685","imei2":"14046039843685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178851,"job_number":"JOB_178851","tr_customer_id":178869,"tr_customer_product_id":178859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:49:06.000Z","name":"Marcelina Reinger","mobile_number":"879-448-3750","email_id":"Maude4@hotmail.com","dop":"2026-01-23","serial_number":"18835160636483","imei1":"18835160636483","imei2":"18835160636483","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178860,"job_number":"JOB_178860","tr_customer_id":178878,"tr_customer_product_id":178868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:40.000Z","name":"Hertha Welch","mobile_number":"610-927-9522","email_id":"Mikel.Watsica36@hotmail.com","dop":"2025-04-06","serial_number":"16097580495526","imei1":"16097580495526","imei2":"16097580495526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178863,"job_number":"JOB_178863","tr_customer_id":178881,"tr_customer_product_id":178871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:51:26.000Z","name":"Liliana Rice","mobile_number":"830-678-5977","email_id":"Bartholome_Smith@yahoo.com","dop":"2025-04-06","serial_number":"13567815461229","imei1":"13567815461229","imei2":"13567815461229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178866,"job_number":"JOB_178866","tr_customer_id":178884,"tr_customer_product_id":178874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:34.000Z","modified_at":"2026-02-06T06:52:12.000Z","name":"Abdul Heller","mobile_number":"623-409-8684","email_id":"Jany.Rowe@hotmail.com","dop":"2025-04-06","serial_number":"19587232857239","imei1":"19587232857239","imei2":"19587232857239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178869,"job_number":"JOB_178869","tr_customer_id":178887,"tr_customer_product_id":178877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:49.000Z","name":"Ava Schuppe","mobile_number":"809-591-4986","email_id":"Lance_Bernhard@hotmail.com","dop":"2025-04-06","serial_number":"16410380761710","imei1":"16410380761710","imei2":"16410380761710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178872,"job_number":"JOB_178872","tr_customer_id":178890,"tr_customer_product_id":178880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:54:34.000Z","name":"Brielle Hills","mobile_number":"269-962-4388","email_id":"Jonas_Howell@gmail.com","dop":"2025-04-06","serial_number":"12171108028677","imei1":"12171108028677","imei2":"12171108028677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178874,"job_number":"JOB_178874","tr_customer_id":178892,"tr_customer_product_id":178882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:01.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Kristian Macejkovic","mobile_number":"885-783-2513","email_id":"Javonte65@gmail.com","dop":"2025-04-06","serial_number":"17071538377092","imei1":"17071538377092","imei2":"17071538377092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178877,"job_number":"JOB_178877","tr_customer_id":178895,"tr_customer_product_id":178885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:55:20.000Z","name":"Clement Koepp","mobile_number":"693-537-7749","email_id":"Kian_Blick@gmail.com","dop":"2025-04-06","serial_number":"14643628354244","imei1":"14643628354244","imei2":"14643628354244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178880,"job_number":"JOB_178880","tr_customer_id":178898,"tr_customer_product_id":178888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:55:23.000Z","name":"Blaze DuBuque","mobile_number":"287-760-1551","email_id":"Ricky64@yahoo.com","dop":"2025-04-06","serial_number":"13113032506573","imei1":"13113032506573","imei2":"13113032506573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178883,"job_number":"JOB_178883","tr_customer_id":178901,"tr_customer_product_id":178891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Celia Schumm","mobile_number":"801-390-6504","email_id":"Cade.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"19096615411646","imei1":"19096615411646","imei2":"19096615411646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178886,"job_number":"JOB_178886","tr_customer_id":178904,"tr_customer_product_id":178894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:49.000Z","name":"Keyshawn Abbott","mobile_number":"201-642-9945","email_id":"Andreanne.Hoppe@hotmail.com","dop":"2000-01-31","serial_number":"10718753085919","imei1":"10718753085919","imei2":"10718753085919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178889,"job_number":"JOB_178889","tr_customer_id":178907,"tr_customer_product_id":178897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:31.000Z","modified_at":"2026-02-06T06:56:08.000Z","name":"Adolphus Schultz","mobile_number":"838-927-6948","email_id":"Irwin.Johnson70@hotmail.com","dop":"2025-04-06","serial_number":"11609559637212","imei1":"11609559637212","imei2":"11609559637212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178892,"job_number":"JOB_178892","tr_customer_id":178910,"tr_customer_product_id":178900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:56:20.000Z","name":"Cathy Friesen","mobile_number":"215-876-6459","email_id":"Casey.Gerlach@yahoo.com","dop":"2025-04-06","serial_number":"11205568642410","imei1":"11205568642410","imei2":"11205568642410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178895,"job_number":"JOB_178895","tr_customer_id":178913,"tr_customer_product_id":178903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:56:43.000Z","name":"Marcellus Hagenes","mobile_number":"399-979-4235","email_id":"Greg.Runolfsson2@hotmail.com","dop":"2000-01-31","serial_number":"10150949641707","imei1":"10150949641707","imei2":"10150949641707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178898,"job_number":"JOB_178898","tr_customer_id":178916,"tr_customer_product_id":178906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:13.000Z","modified_at":"2026-02-06T06:56:56.000Z","name":"Maryse Greenfelder","mobile_number":"400-441-9465","email_id":"Arjun.Ullrich@hotmail.com","dop":"2025-04-06","serial_number":"10587341366595","imei1":"10587341366595","imei2":"10587341366595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178901,"job_number":"JOB_178901","tr_customer_id":178919,"tr_customer_product_id":178909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:16.000Z","modified_at":"2026-02-06T06:56:53.000Z","name":"Jaycee Jaskolski","mobile_number":"821-982-2035","email_id":"Tia_Lind@gmail.com","dop":"2025-04-06","serial_number":"13021561998850","imei1":"13021561998850","imei2":"13021561998850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178904,"job_number":"JOB_178904","tr_customer_id":178922,"tr_customer_product_id":178912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:28.000Z","modified_at":"2026-02-06T06:57:07.000Z","name":"Ricardo Hackett","mobile_number":"213-796-9315","email_id":"Herman_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"13926045357322","imei1":"13926045357322","imei2":"13926045357322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178907,"job_number":"JOB_178907","tr_customer_id":178925,"tr_customer_product_id":178915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:57:37.000Z","name":"Devyn Erdman","mobile_number":"260-988-7276","email_id":"Francisca_Cummings60@gmail.com","dop":"2000-01-31","serial_number":"10324413965385","imei1":"10324413965385","imei2":"10324413965385","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178910,"job_number":"JOB_178910","tr_customer_id":178928,"tr_customer_product_id":178918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:05.000Z","modified_at":"2026-02-06T06:57:47.000Z","name":"Kayley Kuhic","mobile_number":"724-436-1972","email_id":"Jarvis.Crooks33@gmail.com","dop":"2025-04-06","serial_number":"17044087782448","imei1":"17044087782448","imei2":"17044087782448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178913,"job_number":"JOB_178913","tr_customer_id":178931,"tr_customer_product_id":178921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:58:31.000Z","name":"Jailyn Stracke","mobile_number":"284-282-0967","email_id":"Katelyn0@gmail.com","dop":"2000-01-31","serial_number":"10171339315367","imei1":"10171339315367","imei2":"10171339315367","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178916,"job_number":"JOB_178916","tr_customer_id":178934,"tr_customer_product_id":178924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:56.000Z","modified_at":"2026-02-06T06:58:38.000Z","name":"Diana Smith","mobile_number":"593-396-5129","email_id":"Jordy.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"10201013514815","imei1":"10201013514815","imei2":"10201013514815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178919,"job_number":"JOB_178919","tr_customer_id":178937,"tr_customer_product_id":178927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:01:41.000Z","name":"Lavada Homenick","mobile_number":"366-302-8431","email_id":"Don.Lindgren@gmail.com","dop":"2025-04-06","serial_number":"12079846250507","imei1":"12079846250507","imei2":"12079846250507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178922,"job_number":"JOB_178922","tr_customer_id":178940,"tr_customer_product_id":178930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:49.000Z","name":"Chanelle Zieme","mobile_number":"759-915-8121","email_id":"Elna56@yahoo.com","dop":"2025-04-06","serial_number":"18718698274857","imei1":"18718698274857","imei2":"18718698274857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178925,"job_number":"JOB_178925","tr_customer_id":178943,"tr_customer_product_id":178933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:41.000Z","modified_at":"2026-02-06T07:02:27.000Z","name":"Norval Volkman","mobile_number":"508-391-5596","email_id":"Jaden_Feeney29@yahoo.com","dop":"2025-04-06","serial_number":"18652990407408","imei1":"18652990407408","imei2":"18652990407408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178928,"job_number":"JOB_178928","tr_customer_id":178946,"tr_customer_product_id":178936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:02:34.000Z","name":"Jarod VonRueden","mobile_number":"797-915-2095","email_id":"Willow7@yahoo.com","dop":"2025-04-06","serial_number":"12989549641980","imei1":"12989549641980","imei2":"12989549641980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178930,"job_number":"JOB_178930","tr_customer_id":178948,"tr_customer_product_id":178938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:57.000Z","modified_at":"2026-02-06T07:02:43.000Z","name":"Casey Bradtke","mobile_number":"898-541-2937","email_id":"Tyrel.Hilll@gmail.com","dop":"2025-04-06","serial_number":"19555008397539","imei1":"19555008397539","imei2":"19555008397539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178931,"job_number":"JOB_178931","tr_customer_id":178949,"tr_customer_product_id":178939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:36.000Z","name":"Loren Stark","mobile_number":"312-776-6780","email_id":"Ada.Labadie10@yahoo.com","dop":"2025-04-06","serial_number":"14339628547425","imei1":"14339628547425","imei2":"14339628547425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178933,"job_number":"JOB_178933","tr_customer_id":178951,"tr_customer_product_id":178941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Eric Fahey","mobile_number":"680-869-0582","email_id":"Justice63@hotmail.com","dop":"2025-04-06","serial_number":"14737159141466","imei1":"14737159141466","imei2":"14737159141466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178938,"job_number":"JOB_178938","tr_customer_id":178956,"tr_customer_product_id":178946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:36.000Z","modified_at":"2026-02-06T07:03:21.000Z","name":"Avery Champlin","mobile_number":"791-637-1032","email_id":"Rosanna.Kilback1@hotmail.com","dop":"2025-04-06","serial_number":"11185466058604","imei1":"11185466058604","imei2":"11185466058604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178941,"job_number":"JOB_178941","tr_customer_id":178959,"tr_customer_product_id":178949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:03:25.000Z","name":"Bart Wunsch","mobile_number":"286-888-0892","email_id":"Juana93@yahoo.com","dop":"2025-04-06","serial_number":"10101928501336","imei1":"10101928501336","imei2":"10101928501336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178944,"job_number":"JOB_178944","tr_customer_id":178962,"tr_customer_product_id":178952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:03:39.000Z","name":"Branson Pfeffer","mobile_number":"460-855-4218","email_id":"Brett_Paucek71@hotmail.com","dop":"2025-04-06","serial_number":"15397367147044","imei1":"15397367147044","imei2":"15397367147044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178947,"job_number":"JOB_178947","tr_customer_id":178965,"tr_customer_product_id":178955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:04:15.000Z","name":"Daphne Wiegand","mobile_number":"833-821-3711","email_id":"Ludie_Gusikowski76@yahoo.com","dop":"2025-04-06","serial_number":"19456772657849","imei1":"19456772657849","imei2":"19456772657849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178950,"job_number":"JOB_178950","tr_customer_id":178968,"tr_customer_product_id":178958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:01.000Z","modified_at":"2026-02-06T07:05:42.000Z","name":"Burley Kunze","mobile_number":"979-872-4954","email_id":"Ova_Kemmer36@hotmail.com","dop":"2025-04-06","serial_number":"14719862789615","imei1":"14719862789615","imei2":"14719862789615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178952,"job_number":"JOB_178952","tr_customer_id":178970,"tr_customer_product_id":178960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:07.000Z","modified_at":"2026-02-06T07:05:48.000Z","name":"Earl Torphy","mobile_number":"338-771-5120","email_id":"Eldora67@yahoo.com","dop":"2025-04-06","serial_number":"14762144343307","imei1":"14762144343307","imei2":"14762144343307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178955,"job_number":"JOB_178955","tr_customer_id":178973,"tr_customer_product_id":178963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:51.000Z","modified_at":"2026-02-06T07:06:31.000Z","name":"Alex Crooks","mobile_number":"667-252-6211","email_id":"Regan62@hotmail.com","dop":"2025-04-06","serial_number":"14121813432625","imei1":"14121813432625","imei2":"14121813432625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178958,"job_number":"JOB_178958","tr_customer_id":178976,"tr_customer_product_id":178966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:40.000Z","modified_at":"2026-02-06T07:07:20.000Z","name":"Malcolm Reichel","mobile_number":"620-653-0750","email_id":"Viola.Jacobs@gmail.com","dop":"2025-04-06","serial_number":"18209231807978","imei1":"18209231807978","imei2":"18209231807978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:07:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178976,"job_number":"JOB_178976","tr_customer_id":178994,"tr_customer_product_id":178984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:55.000Z","modified_at":"2026-02-06T07:26:21.000Z","name":"Laurel Greenholt","mobile_number":"568-717-9339","email_id":"Lenora_King@hotmail.com","dop":"2026-01-23","serial_number":"14020455946738","imei1":"14020455946738","imei2":"14020455946738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178978,"job_number":"JOB_178978","tr_customer_id":178996,"tr_customer_product_id":178986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:40.000Z","modified_at":"2026-02-06T07:28:07.000Z","name":"Jonathan Fisher","mobile_number":"540-734-6376","email_id":"Hans20@hotmail.com","dop":"2026-01-23","serial_number":"11599697670299","imei1":"11599697670299","imei2":"11599697670299","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178981,"job_number":"JOB_178981","tr_customer_id":178999,"tr_customer_product_id":178989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:12.000Z","name":"Wiley Ritchie","mobile_number":"803-200-2191","email_id":"Caitlyn15@hotmail.com","dop":"2025-12-01","serial_number":"15887129985371","imei1":"15887129985371","imei2":"15887129985371","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178983,"job_number":"JOB_178983","tr_customer_id":179001,"tr_customer_product_id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:28.000Z","name":"Maryse Mayer","mobile_number":"238-600-0532","email_id":"Joanie.Hamill@yahoo.com","dop":"2025-12-01","serial_number":"12328725064385","imei1":"12328725064385","imei2":"12328725064385","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178985,"job_number":"JOB_178985","tr_customer_id":179003,"tr_customer_product_id":178993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:44.000Z","name":"Griffin Lehner","mobile_number":"770-301-3399","email_id":"Lea_Kshlerin83@gmail.com","dop":"2025-12-01","serial_number":"15855541223266","imei1":"15855541223266","imei2":"15855541223266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178986,"job_number":"JOB_178986","tr_customer_id":179004,"tr_customer_product_id":178994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:49.000Z","modified_at":"2026-02-06T07:39:14.000Z","name":"Garrett Spinka","mobile_number":"579-847-4451","email_id":"Graciela.Schowalter1@yahoo.com","dop":"2026-01-23","serial_number":"11532165808132","imei1":"11532165808132","imei2":"11532165808132","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178988,"job_number":"JOB_178988","tr_customer_id":179006,"tr_customer_product_id":178996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:29.000Z","modified_at":"2026-02-06T07:42:56.000Z","name":"Donnie Gislason","mobile_number":"872-292-3227","email_id":"Demarco84@yahoo.com","dop":"2026-01-23","serial_number":"15847394972552","imei1":"15847394972552","imei2":"15847394972552","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178533,"job_number":"JOB_178533","tr_customer_id":178551,"tr_customer_product_id":178541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:44.000Z","modified_at":"2026-02-06T04:25:53.000Z","name":"tanjiro kamado","mobile_number":"943-881-3299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"328388142858642","imei1":"328388142858642","imei2":"328388142858642","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178542,"job_number":"JOB_178542","tr_customer_id":178560,"tr_customer_product_id":178550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:55.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"giyu tomiaka","mobile_number":"940-807-9270","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"809793346492813","imei1":"809793346492813","imei2":"809793346492813","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178605,"job_number":"JOB_178605","tr_customer_id":178623,"tr_customer_product_id":178613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:20.000Z","name":"Emory Kuvalis","mobile_number":"731-394-6076","email_id":"Abel.Boyer91@yahoo.com","dop":"2025-10-01","serial_number":"16159687240792","imei1":"16159687240792","imei2":"16159687240792","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178614,"job_number":"JOB_178614","tr_customer_id":178632,"tr_customer_product_id":178622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:14.000Z","name":"Omari Lindgren","mobile_number":"945-707-7395","email_id":"Loma15@gmail.com","dop":"2025-06-09","serial_number":"109981249556518","imei1":"109981249556518","imei2":"109981249556518","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178630,"job_number":"JOB_178630","tr_customer_id":178648,"tr_customer_product_id":178638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:16.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16543836757730","imei1":"16543836757730","imei2":"16543836757730","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178654,"job_number":"JOB_178654","tr_customer_id":178672,"tr_customer_product_id":178662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Yadira Botsford","mobile_number":"418-785-7616","email_id":"Jordan.Olson4@yahoo.com","dop":"2025-06-09","serial_number":"103083955708215","imei1":"103083955708215","imei2":"103083955708215","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178657,"job_number":"JOB_178657","tr_customer_id":178675,"tr_customer_product_id":178665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:20.000Z","modified_at":"2026-02-06T04:27:29.000Z","name":"Christina DuBuque","mobile_number":"444-639-0881","email_id":"Melisa85@gmail.com","dop":"2025-12-31","serial_number":"10670005866137","imei1":"10670005866137","imei2":"10670005866137","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178663,"job_number":"JOB_178663","tr_customer_id":178681,"tr_customer_product_id":178671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:42.000Z","name":"Tiana Nitzsche","mobile_number":"820-269-7822","email_id":"Jaylen.Howe20@gmail.com","dop":"2025-12-31","serial_number":"10058762208530","imei1":"10058762208530","imei2":"10058762208530","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178666,"job_number":"JOB_178666","tr_customer_id":178684,"tr_customer_product_id":178674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Clinton Emard","mobile_number":"352-305-8377","email_id":"Titus30@hotmail.com","dop":"2025-06-09","serial_number":"103515650134919","imei1":"103515650134919","imei2":"103515650134919","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178677,"job_number":"JOB_178677","tr_customer_id":178695,"tr_customer_product_id":178685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:54.000Z","name":"Gabriel Cruickshank","mobile_number":"910-588-0990","email_id":"Fredy.Mann77@yahoo.com","dop":"2025-12-31","serial_number":"10539992516211","imei1":"10539992516211","imei2":"10539992516211","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178758,"job_number":"JOB_178758","tr_customer_id":178776,"tr_customer_product_id":178766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:11:00.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16365194181806","imei1":"16365194181806","imei2":"16365194181806","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:11:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178782,"job_number":"JOB_178782","tr_customer_id":178800,"tr_customer_product_id":178790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:36:54.000Z","modified_at":"2026-02-06T06:37:05.000Z","name":"Javier Hoeger","mobile_number":"406-625-2600","email_id":"Estell44@yahoo.com","dop":"2025-11-04","serial_number":"92501352173513","imei1":"92501352173513","imei2":"92501352173513","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178783,"job_number":"JOB_178783","tr_customer_id":178801,"tr_customer_product_id":178791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:10.000Z","modified_at":"2026-02-06T06:37:21.000Z","name":"Glenna Sawayn","mobile_number":"814-284-6586","email_id":"Allie_Schultz@yahoo.com","dop":"2025-11-04","serial_number":"52148337948783","imei1":"52148337948783","imei2":"52148337948783","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178784,"job_number":"JOB_178784","tr_customer_id":178802,"tr_customer_product_id":178792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:25.000Z","modified_at":"2026-02-06T06:37:36.000Z","name":"Keara Wunsch","mobile_number":"659-381-6378","email_id":"Hailie_Gorczany@yahoo.com","dop":"2025-11-04","serial_number":"50344514038511","imei1":"50344514038511","imei2":"50344514038511","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178786,"job_number":"JOB_178786","tr_customer_id":178804,"tr_customer_product_id":178794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:45.000Z","modified_at":"2026-02-06T06:38:09.000Z","name":"Letitia Hermann","mobile_number":"730-939-1195","email_id":"Easton.Kovacek96@gmail.com","dop":"2025-10-01","serial_number":"11401739279151","imei1":"11401739279151","imei2":"11401739279151","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178789,"job_number":"JOB_178789","tr_customer_id":178807,"tr_customer_product_id":178797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:38.000Z","name":"Quinten Runte","mobile_number":"289-692-2261","email_id":"Douglas35@hotmail.com","dop":"2025-06-09","serial_number":"103409113686397","imei1":"103409113686397","imei2":"103409113686397","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178792,"job_number":"JOB_178792","tr_customer_id":178810,"tr_customer_product_id":178800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:54.000Z","name":"Caleigh Kautzer","mobile_number":"847-315-0855","email_id":"Mittie.McLaughlin30@hotmail.com","dop":"2025-06-09","serial_number":"105846200455308","imei1":"105846200455308","imei2":"105846200455308","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178795,"job_number":"JOB_178795","tr_customer_id":178813,"tr_customer_product_id":178803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:40:09.000Z","name":"Mallie Mertz","mobile_number":"928-794-0209","email_id":"Mitchel_Herzog91@gmail.com","dop":"2025-06-09","serial_number":"100205938634094","imei1":"100205938634094","imei2":"100205938634094","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178804,"job_number":"JOB_178804","tr_customer_id":178822,"tr_customer_product_id":178812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:14.000Z","modified_at":"2026-02-06T06:41:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"53120930975158","imei1":"53120930975158","imei2":"53120930975158","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178805,"job_number":"JOB_178805","tr_customer_id":178823,"tr_customer_product_id":178813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:31.000Z","modified_at":"2026-02-06T06:41:57.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"18378251709405","imei1":"18378251709405","imei2":"18378251709405","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178850,"job_number":"JOB_178850","tr_customer_id":178868,"tr_customer_product_id":178858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:48:52.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"23566786629105","imei1":"23566786629105","imei2":"23566786629105","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178853,"job_number":"JOB_178853","tr_customer_id":178871,"tr_customer_product_id":178861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:57.000Z","modified_at":"2026-02-06T06:49:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56237502113076","imei1":"56237502113076","imei2":"56237502113076","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178854,"job_number":"JOB_178854","tr_customer_id":178872,"tr_customer_product_id":178862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:13.000Z","modified_at":"2026-02-06T06:49:25.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"23227800082185","imei1":"23227800082185","imei2":"23227800082185","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:49.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAyMX0.i8DPADhToO6Ckzj6VN306QZgtRO_GW7Wd1YLEmbe-44 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7a842717-d318-45c4-86e4-84a35142b2e3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1793-K+RKPqIc/L0BC5UgluvWRDsXSyg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:47:01.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAyMX0.i8DPADhToO6Ckzj6VN306QZgtRO_GW7Wd1YLEmbe-44 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 13e50d01-0908-4b3d-b710-872c3840c6a2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 178991
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAyMX0.i8DPADhToO6Ckzj6VN306QZgtRO_GW7Wd1YLEmbe-44 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4041ec2a-038d-4dd7-84cf-98cda34a907f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"13a8-HEaOgmHmXxk0Vj+g2uNroNa4caQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 505693e0-0303-4205-94fe-f9644db27d39 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-4WLF5q5sNB2Z9tZF+0bnZ6O+KOU" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjR9.GJUHDeNUyQ71u5wSh5Gz0t-NdSEPGhB_uKWXThhNHL0"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 727cd388-f9ee-4e09-90aa-b5bc211cae36 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 79d7ec62-a1c5-4d2b-bf39-5010753071f8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-r/It22fjDSw479BeDiZ3HNdnW80" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":507},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 40ff9707-d04d-4b50-a857-54bece3eb3f7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"400-OjICWPH3PKOubk2sXKX80mM3qg0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:47:03.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-06T07:47:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 601f65c5-627d-47e1-b421-20d8510188a2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"400-OjICWPH3PKOubk2sXKX80mM3qg0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:47:03.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-06T07:47:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8887be92-12a6-4390-be63-bd2bf8c26f7e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 178991
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 40f33bb8-ba1f-4549-984e-12937536edc0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTB9.aIC-3hkzr4fEhPaUSMmAtYxbQNBAoM94vDCoDxyhiYo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 81da521e-a5c2-4fac-a4f0-cff2f1aed374 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b2d86584-f774-4f96-ba53-59a4b68b75d5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-pF8Pi7AVjKYRdxBpp6idav1R/tw" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 26176346-b290-4ecf-8794-fcde0d4f814b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c3aebe5e-ec31-4a32-9409-bdab9958793e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c4f3dc2d-c9fc-423f-ae1d-a8e0405cc520 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4a2efad4-b954-47b5-9f15-ccbf05f6981b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 898e3d8c-4431-41cb-8639-619e91246964 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 17d01544-93ef-47be-a27e-112ca4031576 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-ExDHyp4J+XNje0s5Igh9srQ14GI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":507},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ecdd62c0-5472-4829-9f87-59843db458e4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bf194e5e-12cc-42f9-8a95-c9803979e5d5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-ExDHyp4J+XNje0s5Igh9srQ14GI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":507},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 55cf08aa-920c-488b-8c11-6ac3ac236f83 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3a96b176-09c8-4041-b4d6-d7be3e9e5bae |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b507002b-9c05-4a49-a382-8ad6a43c5e92 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| randomnumber | 77 |
| randomFirstName | Meaghan |
| randomLastName | Daniel |
| randomEmail | Desiree_Stracke@hotmail.com |
| randomPhone | 902-870-9411 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c918d712-762e-4189-a03b-14c1998c9377 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1058 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Jaycee",
"last_name": "Nader",
"mobile_number": "696-713-0231",
"mobile_number_alt": "",
"email_id": "Henderson.Dickens82@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"60338784339911",
"imei1": "60338784339911",
"imei2": "60338784339911",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-Kye5N9znO946wpBeAFbXhUqw8uw" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":179010,"tr_customer_product_id":179000,"job_number":"JOB_178992"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| randomnumber | 873 |
| randomFirstName | Yvonne |
| randomLastName | Davis |
| randomEmail | Herminio.Macejkovic@hotmail.com |
| randomPhone | 985-910-2983 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 667e56ac-dcb8-4c21-9b8d-7f2192ef26bf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1051 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Florencio",
"last_name": "Mayert",
"mobile_number": "402-426-4297",
"mobile_number_alt": "",
"email_id": "Alysson1@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"63971943285921",
"imei1": "63971943285921",
"imei2": "63971943285921",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMTZ9.FePGg6SXq3l-Yfk2igxFvCbjpj6ROTwHZkDrBnZ4iA0 |
| randomnumber | 706 |
| randomFirstName | Madaline |
| randomLastName | O'Connell |
| randomEmail | Caesar_McDermott81@yahoo.com |
| randomPhone | 590-632-6513 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 75de1c0c-779d-450c-bdc9-8ab76419d564 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1061 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Alexandria",
"last_name": "Hintz",
"mobile_number": "696-629-9329",
"mobile_number_alt": "",
"email_id": "Dewitt_DuBuque21@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"86396212698738",
"imei1": "86396212698738",
"imei2": "86396212698738",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 100 |
| ETag | W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| randomnumber | 20 |
| randomFirstName | Alena |
| randomLastName | Cummerata |
| randomEmail | Earl81@yahoo.com |
| randomPhone | 980-547-7844 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 861fa14d-a30b-4a08-8fc7-7e590e9194f9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| randomnumber | 772 |
| randomFirstName | Yasmin |
| randomLastName | Parisian |
| randomEmail | Rebekah67@gmail.com |
| randomPhone | 637-423-5945 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 592c3e92-5d4b-408a-84d7-1a4129554030 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1032 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Jack",
"last_name": "Gottlieb",
"mobile_number": "223-657-5710",
"mobile_number_alt": "",
"email_id": "Keira17@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000331",
"imei1": "100000331",
"imei2": "100000331",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| randomnumber | 659 |
| randomFirstName | Laury |
| randomLastName | Torp |
| randomEmail | Dorthy.Crona7@yahoo.com |
| randomPhone | 498-831-2930 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7ea59cd1-1db6-473e-80c6-608a307f788a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8a86a4f5-8f71-4914-982b-c8f62205dc46 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-q0W+6MEwAFfSA4iBSodYoDKxVqI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":508},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a714a0c8-5c93-49a1-b0a5-00db1af0fd19 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7b342-FgSIzxuDirKTTkNLD+MmIOdVstU" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:10.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:47:05.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:49.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178854,"job_number":"JOB_178854","tr_customer_id":178872,"tr_customer_product_id":178862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:13.000Z","modified_at":"2026-02-06T06:49:25.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"23227800082185","imei1":"23227800082185","imei2":"23227800082185","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178853,"job_number":"JOB_178853","tr_customer_id":178871,"tr_customer_product_id":178861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:57.000Z","modified_at":"2026-02-06T06:49:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56237502113076","imei1":"56237502113076","imei2":"56237502113076","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178850,"job_number":"JOB_178850","tr_customer_id":178868,"tr_customer_product_id":178858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:48:52.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"23566786629105","imei1":"23566786629105","imei2":"23566786629105","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178805,"job_number":"JOB_178805","tr_customer_id":178823,"tr_customer_product_id":178813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:31.000Z","modified_at":"2026-02-06T06:41:57.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"18378251709405","imei1":"18378251709405","imei2":"18378251709405","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178804,"job_number":"JOB_178804","tr_customer_id":178822,"tr_customer_product_id":178812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:14.000Z","modified_at":"2026-02-06T06:41:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"53120930975158","imei1":"53120930975158","imei2":"53120930975158","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178795,"job_number":"JOB_178795","tr_customer_id":178813,"tr_customer_product_id":178803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:40:09.000Z","name":"Mallie Mertz","mobile_number":"928-794-0209","email_id":"Mitchel_Herzog91@gmail.com","dop":"2025-06-09","serial_number":"100205938634094","imei1":"100205938634094","imei2":"100205938634094","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178792,"job_number":"JOB_178792","tr_customer_id":178810,"tr_customer_product_id":178800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:54.000Z","name":"Caleigh Kautzer","mobile_number":"847-315-0855","email_id":"Mittie.McLaughlin30@hotmail.com","dop":"2025-06-09","serial_number":"105846200455308","imei1":"105846200455308","imei2":"105846200455308","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178789,"job_number":"JOB_178789","tr_customer_id":178807,"tr_customer_product_id":178797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:38.000Z","name":"Quinten Runte","mobile_number":"289-692-2261","email_id":"Douglas35@hotmail.com","dop":"2025-06-09","serial_number":"103409113686397","imei1":"103409113686397","imei2":"103409113686397","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178786,"job_number":"JOB_178786","tr_customer_id":178804,"tr_customer_product_id":178794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:45.000Z","modified_at":"2026-02-06T06:38:09.000Z","name":"Letitia Hermann","mobile_number":"730-939-1195","email_id":"Easton.Kovacek96@gmail.com","dop":"2025-10-01","serial_number":"11401739279151","imei1":"11401739279151","imei2":"11401739279151","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178784,"job_number":"JOB_178784","tr_customer_id":178802,"tr_customer_product_id":178792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:25.000Z","modified_at":"2026-02-06T06:37:36.000Z","name":"Keara Wunsch","mobile_number":"659-381-6378","email_id":"Hailie_Gorczany@yahoo.com","dop":"2025-11-04","serial_number":"50344514038511","imei1":"50344514038511","imei2":"50344514038511","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178783,"job_number":"JOB_178783","tr_customer_id":178801,"tr_customer_product_id":178791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:10.000Z","modified_at":"2026-02-06T06:37:21.000Z","name":"Glenna Sawayn","mobile_number":"814-284-6586","email_id":"Allie_Schultz@yahoo.com","dop":"2025-11-04","serial_number":"52148337948783","imei1":"52148337948783","imei2":"52148337948783","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178782,"job_number":"JOB_178782","tr_customer_id":178800,"tr_customer_product_id":178790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:36:54.000Z","modified_at":"2026-02-06T06:37:05.000Z","name":"Javier Hoeger","mobile_number":"406-625-2600","email_id":"Estell44@yahoo.com","dop":"2025-11-04","serial_number":"92501352173513","imei1":"92501352173513","imei2":"92501352173513","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178758,"job_number":"JOB_178758","tr_customer_id":178776,"tr_customer_product_id":178766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:11:00.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16365194181806","imei1":"16365194181806","imei2":"16365194181806","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:11:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178677,"job_number":"JOB_178677","tr_customer_id":178695,"tr_customer_product_id":178685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:54.000Z","name":"Gabriel Cruickshank","mobile_number":"910-588-0990","email_id":"Fredy.Mann77@yahoo.com","dop":"2025-12-31","serial_number":"10539992516211","imei1":"10539992516211","imei2":"10539992516211","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178666,"job_number":"JOB_178666","tr_customer_id":178684,"tr_customer_product_id":178674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Clinton Emard","mobile_number":"352-305-8377","email_id":"Titus30@hotmail.com","dop":"2025-06-09","serial_number":"103515650134919","imei1":"103515650134919","imei2":"103515650134919","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178663,"job_number":"JOB_178663","tr_customer_id":178681,"tr_customer_product_id":178671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:42.000Z","name":"Tiana Nitzsche","mobile_number":"820-269-7822","email_id":"Jaylen.Howe20@gmail.com","dop":"2025-12-31","serial_number":"10058762208530","imei1":"10058762208530","imei2":"10058762208530","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178657,"job_number":"JOB_178657","tr_customer_id":178675,"tr_customer_product_id":178665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:20.000Z","modified_at":"2026-02-06T04:27:29.000Z","name":"Christina DuBuque","mobile_number":"444-639-0881","email_id":"Melisa85@gmail.com","dop":"2025-12-31","serial_number":"10670005866137","imei1":"10670005866137","imei2":"10670005866137","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178654,"job_number":"JOB_178654","tr_customer_id":178672,"tr_customer_product_id":178662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Yadira Botsford","mobile_number":"418-785-7616","email_id":"Jordan.Olson4@yahoo.com","dop":"2025-06-09","serial_number":"103083955708215","imei1":"103083955708215","imei2":"103083955708215","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178630,"job_number":"JOB_178630","tr_customer_id":178648,"tr_customer_product_id":178638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:16.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16543836757730","imei1":"16543836757730","imei2":"16543836757730","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178614,"job_number":"JOB_178614","tr_customer_id":178632,"tr_customer_product_id":178622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:14.000Z","name":"Omari Lindgren","mobile_number":"945-707-7395","email_id":"Loma15@gmail.com","dop":"2025-06-09","serial_number":"109981249556518","imei1":"109981249556518","imei2":"109981249556518","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178605,"job_number":"JOB_178605","tr_customer_id":178623,"tr_customer_product_id":178613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:20.000Z","name":"Emory Kuvalis","mobile_number":"731-394-6076","email_id":"Abel.Boyer91@yahoo.com","dop":"2025-10-01","serial_number":"16159687240792","imei1":"16159687240792","imei2":"16159687240792","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178542,"job_number":"JOB_178542","tr_customer_id":178560,"tr_customer_product_id":178550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:55.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"giyu tomiaka","mobile_number":"940-807-9270","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"809793346492813","imei1":"809793346492813","imei2":"809793346492813","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178533,"job_number":"JOB_178533","tr_customer_id":178551,"tr_customer_product_id":178541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:44.000Z","modified_at":"2026-02-06T04:25:53.000Z","name":"tanjiro kamado","mobile_number":"943-881-3299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"328388142858642","imei1":"328388142858642","imei2":"328388142858642","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178988,"job_number":"JOB_178988","tr_customer_id":179006,"tr_customer_product_id":178996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:29.000Z","modified_at":"2026-02-06T07:42:56.000Z","name":"Donnie Gislason","mobile_number":"872-292-3227","email_id":"Demarco84@yahoo.com","dop":"2026-01-23","serial_number":"15847394972552","imei1":"15847394972552","imei2":"15847394972552","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178986,"job_number":"JOB_178986","tr_customer_id":179004,"tr_customer_product_id":178994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:49.000Z","modified_at":"2026-02-06T07:39:14.000Z","name":"Garrett Spinka","mobile_number":"579-847-4451","email_id":"Graciela.Schowalter1@yahoo.com","dop":"2026-01-23","serial_number":"11532165808132","imei1":"11532165808132","imei2":"11532165808132","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178985,"job_number":"JOB_178985","tr_customer_id":179003,"tr_customer_product_id":178993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:44.000Z","name":"Griffin Lehner","mobile_number":"770-301-3399","email_id":"Lea_Kshlerin83@gmail.com","dop":"2025-12-01","serial_number":"15855541223266","imei1":"15855541223266","imei2":"15855541223266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178983,"job_number":"JOB_178983","tr_customer_id":179001,"tr_customer_product_id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:28.000Z","name":"Maryse Mayer","mobile_number":"238-600-0532","email_id":"Joanie.Hamill@yahoo.com","dop":"2025-12-01","serial_number":"12328725064385","imei1":"12328725064385","imei2":"12328725064385","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178981,"job_number":"JOB_178981","tr_customer_id":178999,"tr_customer_product_id":178989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:12.000Z","name":"Wiley Ritchie","mobile_number":"803-200-2191","email_id":"Caitlyn15@hotmail.com","dop":"2025-12-01","serial_number":"15887129985371","imei1":"15887129985371","imei2":"15887129985371","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178978,"job_number":"JOB_178978","tr_customer_id":178996,"tr_customer_product_id":178986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:40.000Z","modified_at":"2026-02-06T07:28:07.000Z","name":"Jonathan Fisher","mobile_number":"540-734-6376","email_id":"Hans20@hotmail.com","dop":"2026-01-23","serial_number":"11599697670299","imei1":"11599697670299","imei2":"11599697670299","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178976,"job_number":"JOB_178976","tr_customer_id":178994,"tr_customer_product_id":178984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:55.000Z","modified_at":"2026-02-06T07:26:21.000Z","name":"Laurel Greenholt","mobile_number":"568-717-9339","email_id":"Lenora_King@hotmail.com","dop":"2026-01-23","serial_number":"14020455946738","imei1":"14020455946738","imei2":"14020455946738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178958,"job_number":"JOB_178958","tr_customer_id":178976,"tr_customer_product_id":178966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:40.000Z","modified_at":"2026-02-06T07:07:20.000Z","name":"Malcolm Reichel","mobile_number":"620-653-0750","email_id":"Viola.Jacobs@gmail.com","dop":"2025-04-06","serial_number":"18209231807978","imei1":"18209231807978","imei2":"18209231807978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:07:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178955,"job_number":"JOB_178955","tr_customer_id":178973,"tr_customer_product_id":178963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:51.000Z","modified_at":"2026-02-06T07:06:31.000Z","name":"Alex Crooks","mobile_number":"667-252-6211","email_id":"Regan62@hotmail.com","dop":"2025-04-06","serial_number":"14121813432625","imei1":"14121813432625","imei2":"14121813432625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178952,"job_number":"JOB_178952","tr_customer_id":178970,"tr_customer_product_id":178960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:07.000Z","modified_at":"2026-02-06T07:05:48.000Z","name":"Earl Torphy","mobile_number":"338-771-5120","email_id":"Eldora67@yahoo.com","dop":"2025-04-06","serial_number":"14762144343307","imei1":"14762144343307","imei2":"14762144343307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178950,"job_number":"JOB_178950","tr_customer_id":178968,"tr_customer_product_id":178958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:01.000Z","modified_at":"2026-02-06T07:05:42.000Z","name":"Burley Kunze","mobile_number":"979-872-4954","email_id":"Ova_Kemmer36@hotmail.com","dop":"2025-04-06","serial_number":"14719862789615","imei1":"14719862789615","imei2":"14719862789615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178947,"job_number":"JOB_178947","tr_customer_id":178965,"tr_customer_product_id":178955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:04:15.000Z","name":"Daphne Wiegand","mobile_number":"833-821-3711","email_id":"Ludie_Gusikowski76@yahoo.com","dop":"2025-04-06","serial_number":"19456772657849","imei1":"19456772657849","imei2":"19456772657849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178944,"job_number":"JOB_178944","tr_customer_id":178962,"tr_customer_product_id":178952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:03:39.000Z","name":"Branson Pfeffer","mobile_number":"460-855-4218","email_id":"Brett_Paucek71@hotmail.com","dop":"2025-04-06","serial_number":"15397367147044","imei1":"15397367147044","imei2":"15397367147044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178941,"job_number":"JOB_178941","tr_customer_id":178959,"tr_customer_product_id":178949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:03:25.000Z","name":"Bart Wunsch","mobile_number":"286-888-0892","email_id":"Juana93@yahoo.com","dop":"2025-04-06","serial_number":"10101928501336","imei1":"10101928501336","imei2":"10101928501336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178938,"job_number":"JOB_178938","tr_customer_id":178956,"tr_customer_product_id":178946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:36.000Z","modified_at":"2026-02-06T07:03:21.000Z","name":"Avery Champlin","mobile_number":"791-637-1032","email_id":"Rosanna.Kilback1@hotmail.com","dop":"2025-04-06","serial_number":"11185466058604","imei1":"11185466058604","imei2":"11185466058604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178933,"job_number":"JOB_178933","tr_customer_id":178951,"tr_customer_product_id":178941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Eric Fahey","mobile_number":"680-869-0582","email_id":"Justice63@hotmail.com","dop":"2025-04-06","serial_number":"14737159141466","imei1":"14737159141466","imei2":"14737159141466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178931,"job_number":"JOB_178931","tr_customer_id":178949,"tr_customer_product_id":178939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:36.000Z","name":"Loren Stark","mobile_number":"312-776-6780","email_id":"Ada.Labadie10@yahoo.com","dop":"2025-04-06","serial_number":"14339628547425","imei1":"14339628547425","imei2":"14339628547425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178930,"job_number":"JOB_178930","tr_customer_id":178948,"tr_customer_product_id":178938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:57.000Z","modified_at":"2026-02-06T07:02:43.000Z","name":"Casey Bradtke","mobile_number":"898-541-2937","email_id":"Tyrel.Hilll@gmail.com","dop":"2025-04-06","serial_number":"19555008397539","imei1":"19555008397539","imei2":"19555008397539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178928,"job_number":"JOB_178928","tr_customer_id":178946,"tr_customer_product_id":178936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:02:34.000Z","name":"Jarod VonRueden","mobile_number":"797-915-2095","email_id":"Willow7@yahoo.com","dop":"2025-04-06","serial_number":"12989549641980","imei1":"12989549641980","imei2":"12989549641980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178925,"job_number":"JOB_178925","tr_customer_id":178943,"tr_customer_product_id":178933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:41.000Z","modified_at":"2026-02-06T07:02:27.000Z","name":"Norval Volkman","mobile_number":"508-391-5596","email_id":"Jaden_Feeney29@yahoo.com","dop":"2025-04-06","serial_number":"18652990407408","imei1":"18652990407408","imei2":"18652990407408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178922,"job_number":"JOB_178922","tr_customer_id":178940,"tr_customer_product_id":178930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:49.000Z","name":"Chanelle Zieme","mobile_number":"759-915-8121","email_id":"Elna56@yahoo.com","dop":"2025-04-06","serial_number":"18718698274857","imei1":"18718698274857","imei2":"18718698274857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178919,"job_number":"JOB_178919","tr_customer_id":178937,"tr_customer_product_id":178927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:01:41.000Z","name":"Lavada Homenick","mobile_number":"366-302-8431","email_id":"Don.Lindgren@gmail.com","dop":"2025-04-06","serial_number":"12079846250507","imei1":"12079846250507","imei2":"12079846250507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178916,"job_number":"JOB_178916","tr_customer_id":178934,"tr_customer_product_id":178924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:56.000Z","modified_at":"2026-02-06T06:58:38.000Z","name":"Diana Smith","mobile_number":"593-396-5129","email_id":"Jordy.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"10201013514815","imei1":"10201013514815","imei2":"10201013514815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178913,"job_number":"JOB_178913","tr_customer_id":178931,"tr_customer_product_id":178921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:58:31.000Z","name":"Jailyn Stracke","mobile_number":"284-282-0967","email_id":"Katelyn0@gmail.com","dop":"2000-01-31","serial_number":"10171339315367","imei1":"10171339315367","imei2":"10171339315367","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178910,"job_number":"JOB_178910","tr_customer_id":178928,"tr_customer_product_id":178918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:05.000Z","modified_at":"2026-02-06T06:57:47.000Z","name":"Kayley Kuhic","mobile_number":"724-436-1972","email_id":"Jarvis.Crooks33@gmail.com","dop":"2025-04-06","serial_number":"17044087782448","imei1":"17044087782448","imei2":"17044087782448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178907,"job_number":"JOB_178907","tr_customer_id":178925,"tr_customer_product_id":178915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:57:37.000Z","name":"Devyn Erdman","mobile_number":"260-988-7276","email_id":"Francisca_Cummings60@gmail.com","dop":"2000-01-31","serial_number":"10324413965385","imei1":"10324413965385","imei2":"10324413965385","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178904,"job_number":"JOB_178904","tr_customer_id":178922,"tr_customer_product_id":178912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:28.000Z","modified_at":"2026-02-06T06:57:07.000Z","name":"Ricardo Hackett","mobile_number":"213-796-9315","email_id":"Herman_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"13926045357322","imei1":"13926045357322","imei2":"13926045357322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178901,"job_number":"JOB_178901","tr_customer_id":178919,"tr_customer_product_id":178909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:16.000Z","modified_at":"2026-02-06T06:56:53.000Z","name":"Jaycee Jaskolski","mobile_number":"821-982-2035","email_id":"Tia_Lind@gmail.com","dop":"2025-04-06","serial_number":"13021561998850","imei1":"13021561998850","imei2":"13021561998850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178898,"job_number":"JOB_178898","tr_customer_id":178916,"tr_customer_product_id":178906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:13.000Z","modified_at":"2026-02-06T06:56:56.000Z","name":"Maryse Greenfelder","mobile_number":"400-441-9465","email_id":"Arjun.Ullrich@hotmail.com","dop":"2025-04-06","serial_number":"10587341366595","imei1":"10587341366595","imei2":"10587341366595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178895,"job_number":"JOB_178895","tr_customer_id":178913,"tr_customer_product_id":178903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:56:43.000Z","name":"Marcellus Hagenes","mobile_number":"399-979-4235","email_id":"Greg.Runolfsson2@hotmail.com","dop":"2000-01-31","serial_number":"10150949641707","imei1":"10150949641707","imei2":"10150949641707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178892,"job_number":"JOB_178892","tr_customer_id":178910,"tr_customer_product_id":178900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:56:20.000Z","name":"Cathy Friesen","mobile_number":"215-876-6459","email_id":"Casey.Gerlach@yahoo.com","dop":"2025-04-06","serial_number":"11205568642410","imei1":"11205568642410","imei2":"11205568642410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178889,"job_number":"JOB_178889","tr_customer_id":178907,"tr_customer_product_id":178897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:31.000Z","modified_at":"2026-02-06T06:56:08.000Z","name":"Adolphus Schultz","mobile_number":"838-927-6948","email_id":"Irwin.Johnson70@hotmail.com","dop":"2025-04-06","serial_number":"11609559637212","imei1":"11609559637212","imei2":"11609559637212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178886,"job_number":"JOB_178886","tr_customer_id":178904,"tr_customer_product_id":178894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:49.000Z","name":"Keyshawn Abbott","mobile_number":"201-642-9945","email_id":"Andreanne.Hoppe@hotmail.com","dop":"2000-01-31","serial_number":"10718753085919","imei1":"10718753085919","imei2":"10718753085919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178883,"job_number":"JOB_178883","tr_customer_id":178901,"tr_customer_product_id":178891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Celia Schumm","mobile_number":"801-390-6504","email_id":"Cade.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"19096615411646","imei1":"19096615411646","imei2":"19096615411646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178880,"job_number":"JOB_178880","tr_customer_id":178898,"tr_customer_product_id":178888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:55:23.000Z","name":"Blaze DuBuque","mobile_number":"287-760-1551","email_id":"Ricky64@yahoo.com","dop":"2025-04-06","serial_number":"13113032506573","imei1":"13113032506573","imei2":"13113032506573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178877,"job_number":"JOB_178877","tr_customer_id":178895,"tr_customer_product_id":178885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:55:20.000Z","name":"Clement Koepp","mobile_number":"693-537-7749","email_id":"Kian_Blick@gmail.com","dop":"2025-04-06","serial_number":"14643628354244","imei1":"14643628354244","imei2":"14643628354244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178874,"job_number":"JOB_178874","tr_customer_id":178892,"tr_customer_product_id":178882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:01.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Kristian Macejkovic","mobile_number":"885-783-2513","email_id":"Javonte65@gmail.com","dop":"2025-04-06","serial_number":"17071538377092","imei1":"17071538377092","imei2":"17071538377092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178872,"job_number":"JOB_178872","tr_customer_id":178890,"tr_customer_product_id":178880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:54:34.000Z","name":"Brielle Hills","mobile_number":"269-962-4388","email_id":"Jonas_Howell@gmail.com","dop":"2025-04-06","serial_number":"12171108028677","imei1":"12171108028677","imei2":"12171108028677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178869,"job_number":"JOB_178869","tr_customer_id":178887,"tr_customer_product_id":178877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:49.000Z","name":"Ava Schuppe","mobile_number":"809-591-4986","email_id":"Lance_Bernhard@hotmail.com","dop":"2025-04-06","serial_number":"16410380761710","imei1":"16410380761710","imei2":"16410380761710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178866,"job_number":"JOB_178866","tr_customer_id":178884,"tr_customer_product_id":178874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:34.000Z","modified_at":"2026-02-06T06:52:12.000Z","name":"Abdul Heller","mobile_number":"623-409-8684","email_id":"Jany.Rowe@hotmail.com","dop":"2025-04-06","serial_number":"19587232857239","imei1":"19587232857239","imei2":"19587232857239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178863,"job_number":"JOB_178863","tr_customer_id":178881,"tr_customer_product_id":178871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:51:26.000Z","name":"Liliana Rice","mobile_number":"830-678-5977","email_id":"Bartholome_Smith@yahoo.com","dop":"2025-04-06","serial_number":"13567815461229","imei1":"13567815461229","imei2":"13567815461229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178860,"job_number":"JOB_178860","tr_customer_id":178878,"tr_customer_product_id":178868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:40.000Z","name":"Hertha Welch","mobile_number":"610-927-9522","email_id":"Mikel.Watsica36@hotmail.com","dop":"2025-04-06","serial_number":"16097580495526","imei1":"16097580495526","imei2":"16097580495526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178851,"job_number":"JOB_178851","tr_customer_id":178869,"tr_customer_product_id":178859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:49:06.000Z","name":"Marcelina Reinger","mobile_number":"879-448-3750","email_id":"Maude4@hotmail.com","dop":"2026-01-23","serial_number":"18835160636483","imei1":"18835160636483","imei2":"18835160636483","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178846,"job_number":"JOB_178846","tr_customer_id":178864,"tr_customer_product_id":178854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:48:27.000Z","name":"Declan Emard","mobile_number":"677-287-9168","email_id":"Mack_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14046039843685","imei1":"14046039843685","imei2":"14046039843685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178843,"job_number":"JOB_178843","tr_customer_id":178861,"tr_customer_product_id":178851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:16.000Z","modified_at":"2026-02-06T06:47:42.000Z","name":"Ottilie Grady","mobile_number":"844-406-8470","email_id":"Candida.Kiehn56@yahoo.com","dop":"2026-01-23","serial_number":"17548295826563","imei1":"17548295826563","imei2":"17548295826563","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178841,"job_number":"JOB_178841","tr_customer_id":178859,"tr_customer_product_id":178849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:47:37.000Z","name":"Jasen Orn","mobile_number":"663-259-4758","email_id":"Tyrese_Jast@yahoo.com","dop":"2025-04-06","serial_number":"10237531981034","imei1":"10237531981034","imei2":"10237531981034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178838,"job_number":"JOB_178838","tr_customer_id":178856,"tr_customer_product_id":178846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:46.000Z","name":"Dan Zieme","mobile_number":"461-771-9429","email_id":"Felicity_Schulist@gmail.com","dop":"2025-04-06","serial_number":"12553996678296","imei1":"12553996678296","imei2":"12553996678296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178835,"job_number":"JOB_178835","tr_customer_id":178853,"tr_customer_product_id":178843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:55.000Z","modified_at":"2026-02-06T06:46:20.000Z","name":"Nadia Ernser","mobile_number":"837-592-4853","email_id":"Wilfred13@gmail.com","dop":"2026-01-23","serial_number":"17705677962055","imei1":"17705677962055","imei2":"17705677962055","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178833,"job_number":"JOB_178833","tr_customer_id":178851,"tr_customer_product_id":178841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:45:23.000Z","name":"Johnny Quigley","mobile_number":"684-285-0739","email_id":"Liam88@yahoo.com","dop":"2025-04-06","serial_number":"12550690244730","imei1":"12550690244730","imei2":"12550690244730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178829,"job_number":"JOB_178829","tr_customer_id":178847,"tr_customer_product_id":178837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:44:35.000Z","name":"Stephan Kuhlman","mobile_number":"734-626-6722","email_id":"Cecilia_Rau@hotmail.com","dop":"2025-04-06","serial_number":"11175108868221","imei1":"11175108868221","imei2":"11175108868221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178826,"job_number":"JOB_178826","tr_customer_id":178844,"tr_customer_product_id":178834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:58.000Z","modified_at":"2026-02-06T06:44:36.000Z","name":"Elton Kessler","mobile_number":"806-637-9557","email_id":"Cornelius23@yahoo.com","dop":"2025-04-06","serial_number":"18089490916318","imei1":"18089490916318","imei2":"18089490916318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178823,"job_number":"JOB_178823","tr_customer_id":178841,"tr_customer_product_id":178831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:52.000Z","name":"Ona Denesik","mobile_number":"905-860-1743","email_id":"Madeline10@hotmail.com","dop":"2025-04-06","serial_number":"14353831483994","imei1":"14353831483994","imei2":"14353831483994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178820,"job_number":"JOB_178820","tr_customer_id":178838,"tr_customer_product_id":178828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:50.000Z","name":"Ford Hane","mobile_number":"678-357-7312","email_id":"Brendan.Green@yahoo.com","dop":"2025-04-06","serial_number":"11332365617009","imei1":"11332365617009","imei2":"11332365617009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178817,"job_number":"JOB_178817","tr_customer_id":178835,"tr_customer_product_id":178825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:43:40.000Z","name":"Mazie Ondricka","mobile_number":"865-553-8265","email_id":"Heber86@yahoo.com","dop":"2025-06-18","serial_number":"10310160157020","imei1":"10310160157020","imei2":"10310160157020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178814,"job_number":"JOB_178814","tr_customer_id":178832,"tr_customer_product_id":178822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:43:09.000Z","name":"Brianne Crooks","mobile_number":"471-682-2142","email_id":"Freddy.Cole27@hotmail.com","dop":"2025-04-06","serial_number":"10670916656051","imei1":"10670916656051","imei2":"10670916656051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178811,"job_number":"JOB_178811","tr_customer_id":178829,"tr_customer_product_id":178819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:51.000Z","name":"Brandon Schulist","mobile_number":"534-650-5204","email_id":"Raegan.OConnell53@gmail.com","dop":"2025-06-18","serial_number":"10491221519194","imei1":"10491221519194","imei2":"10491221519194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178808,"job_number":"JOB_178808","tr_customer_id":178826,"tr_customer_product_id":178816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:58.000Z","modified_at":"2026-02-06T06:42:39.000Z","name":"Laisha Nitzsche","mobile_number":"901-385-6961","email_id":"Shakira1@yahoo.com","dop":"2025-04-06","serial_number":"15704871045999","imei1":"15704871045999","imei2":"15704871045999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178807,"job_number":"JOB_178807","tr_customer_id":178825,"tr_customer_product_id":178815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Clay Kulas","mobile_number":"909-715-2214","email_id":"Paul21@yahoo.com","dop":"2025-12-31","serial_number":"105129681338163","imei1":"105129681338163","imei2":"105129681338163","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178803,"job_number":"JOB_178803","tr_customer_id":178821,"tr_customer_product_id":178811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:53.000Z","modified_at":"2026-02-06T06:41:39.000Z","name":"Clemens Murazik","mobile_number":"941-473-2688","email_id":"Daphnee.Cormier@yahoo.com","dop":"2025-12-31","serial_number":"109938690985845","imei1":"109938690985845","imei2":"109938690985845","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178799,"job_number":"JOB_178799","tr_customer_id":178817,"tr_customer_product_id":178807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:03.000Z","modified_at":"2026-02-06T06:40:31.000Z","name":"Victor Tremblay","mobile_number":"294-278-4879","email_id":"Carroll_Terry@hotmail.com","dop":"2026-01-23","serial_number":"16654201607089","imei1":"16654201607089","imei2":"16654201607089","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178798,"job_number":"JOB_178798","tr_customer_id":178816,"tr_customer_product_id":178806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:44.000Z","name":"Wiley Williamson","mobile_number":"593-489-1827","email_id":"Lura29@hotmail.com","dop":"2025-12-31","serial_number":"108982756442978","imei1":"108982756442978","imei2":"108982756442978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178775,"job_number":"JOB_178775","tr_customer_id":178793,"tr_customer_product_id":178783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:35.000Z","modified_at":"2026-02-06T05:35:12.000Z","name":"Jesus Kovacek","mobile_number":"764-792-1171","email_id":"Rylee21@gmail.com","dop":"2025-04-06","serial_number":"19022494699673","imei1":"19022494699673","imei2":"19022494699673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178773,"job_number":"JOB_178773","tr_customer_id":178791,"tr_customer_product_id":178781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:21.000Z","modified_at":"2026-02-06T05:34:59.000Z","name":"Johathan Ondricka","mobile_number":"654-472-0205","email_id":"Oscar1@gmail.com","dop":"2025-04-06","serial_number":"17937135235498","imei1":"17937135235498","imei2":"17937135235498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178768,"job_number":"JOB_178768","tr_customer_id":178786,"tr_customer_product_id":178776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:17.000Z","name":"Misael Johnston","mobile_number":"561-806-1557","email_id":"Clementina87@hotmail.com","dop":"2025-07-01","serial_number":"107277439846750","imei1":"107277439846750","imei2":"107277439846750","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178766,"job_number":"JOB_178766","tr_customer_id":178784,"tr_customer_product_id":178774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:53.000Z","modified_at":"2026-02-06T05:18:04.000Z","name":"Joel Crona","mobile_number":"333-505-5846","email_id":"Emmy_Walter87@gmail.com","dop":"2025-07-01","serial_number":"100161934775892","imei1":"100161934775892","imei2":"100161934775892","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178751,"job_number":"JOB_178751","tr_customer_id":178769,"tr_customer_product_id":178759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:44:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32342800923924","imei1":"32342800923924","imei2":"32342800923924","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178744,"job_number":"JOB_178744","tr_customer_id":178762,"tr_customer_product_id":178752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:23.000Z","modified_at":"2026-02-06T04:43:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34694062887707","imei1":"34694062887707","imei2":"34694062887707","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178737,"job_number":"JOB_178737","tr_customer_id":178755,"tr_customer_product_id":178745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:51.000Z","modified_at":"2026-02-06T04:43:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99934342920533","imei1":"99934342920533","imei2":"99934342920533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178729,"job_number":"JOB_178729","tr_customer_id":178747,"tr_customer_product_id":178737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:30:27.000Z","name":"Kip McGlynn","mobile_number":"294-445-0402","email_id":"Ashly89@hotmail.com","dop":"2025-04-06","serial_number":"18636274434907","imei1":"18636274434907","imei2":"18636274434907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178726,"job_number":"JOB_178726","tr_customer_id":178744,"tr_customer_product_id":178734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:43.000Z","name":"Saige Krajcik","mobile_number":"846-967-7466","email_id":"Cary_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"19559461699582","imei1":"19559461699582","imei2":"19559461699582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178723,"job_number":"JOB_178723","tr_customer_id":178741,"tr_customer_product_id":178731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:29:19.000Z","name":"Julie Rutherford","mobile_number":"288-419-6922","email_id":"Rubye.Gusikowski4@yahoo.com","dop":"2025-04-06","serial_number":"17019309498582","imei1":"17019309498582","imei2":"17019309498582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178719,"job_number":"JOB_178719","tr_customer_id":178737,"tr_customer_product_id":178727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:29:13.000Z","name":"Alfredo McLaughlin","mobile_number":"520-397-7496","email_id":"Baylee49@hotmail.com","dop":"2025-04-06","serial_number":"10945519913994","imei1":"10945519913994","imei2":"10945519913994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178717,"job_number":"JOB_178717","tr_customer_id":178735,"tr_customer_product_id":178725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:29:11.000Z","name":"Maci Koss","mobile_number":"217-730-1682","email_id":"Oran8@gmail.com","dop":"2000-01-31","serial_number":"10138181427873","imei1":"10138181427873","imei2":"10138181427873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178714,"job_number":"JOB_178714","tr_customer_id":178732,"tr_customer_product_id":178722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:29:08.000Z","name":"Olaf Gottlieb","mobile_number":"448-561-0906","email_id":"Walton10@yahoo.com","dop":"2025-04-06","serial_number":"15985614146917","imei1":"15985614146917","imei2":"15985614146917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178711,"job_number":"JOB_178711","tr_customer_id":178729,"tr_customer_product_id":178719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:29:04.000Z","name":"Jarrell Lind","mobile_number":"383-487-2026","email_id":"Milan_Rippin42@gmail.com","dop":"2025-04-06","serial_number":"16118576633902","imei1":"16118576633902","imei2":"16118576633902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178707,"job_number":"JOB_178707","tr_customer_id":178725,"tr_customer_product_id":178715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Oliver Smith","mobile_number":"631-285-6630","email_id":"Gustave_Kub@gmail.com","dop":"2025-04-06","serial_number":"11928992021557","imei1":"11928992021557","imei2":"11928992021557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178706,"job_number":"JOB_178706","tr_customer_id":178724,"tr_customer_product_id":178714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Itzel Barton","mobile_number":"527-785-8575","email_id":"Mandy_Mills@hotmail.com","dop":"2025-04-06","serial_number":"17217770174162","imei1":"17217770174162","imei2":"17217770174162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178702,"job_number":"JOB_178702","tr_customer_id":178720,"tr_customer_product_id":178710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:50.000Z","name":"Sophie Stoltenberg","mobile_number":"974-631-1442","email_id":"Otis_Waters89@gmail.com","dop":"2025-04-06","serial_number":"13504453212054","imei1":"13504453212054","imei2":"13504453212054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178699,"job_number":"JOB_178699","tr_customer_id":178717,"tr_customer_product_id":178707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:13.000Z","modified_at":"2026-02-06T04:28:49.000Z","name":"Mitchel Zieme","mobile_number":"367-774-3951","email_id":"Shayne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"19812224274750","imei1":"19812224274750","imei2":"19812224274750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178696,"job_number":"JOB_178696","tr_customer_id":178714,"tr_customer_product_id":178704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:00.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Tanya Wehner","mobile_number":"891-507-9866","email_id":"Tabitha27@gmail.com","dop":"2025-04-06","serial_number":"16477708348616","imei1":"16477708348616","imei2":"16477708348616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178693,"job_number":"JOB_178693","tr_customer_id":178711,"tr_customer_product_id":178701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:28:34.000Z","name":"Orin Maggio","mobile_number":"260-509-0892","email_id":"Juliet40@hotmail.com","dop":"2025-04-06","serial_number":"13734047410072","imei1":"13734047410072","imei2":"13734047410072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178688,"job_number":"JOB_178688","tr_customer_id":178706,"tr_customer_product_id":178696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Peyton Cruickshank","mobile_number":"414-872-6943","email_id":"Emilie_Kris51@yahoo.com","dop":"2000-01-31","serial_number":"10521552457442","imei1":"10521552457442","imei2":"10521552457442","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178687,"job_number":"JOB_178687","tr_customer_id":178705,"tr_customer_product_id":178695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Lyla Schimmel","mobile_number":"677-675-6914","email_id":"Jeramy44@hotmail.com","dop":"2025-04-06","serial_number":"14851145681070","imei1":"14851145681070","imei2":"14851145681070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178684,"job_number":"JOB_178684","tr_customer_id":178702,"tr_customer_product_id":178692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Rylee Yost","mobile_number":"780-218-3616","email_id":"Travon.Kris@gmail.com","dop":"2025-04-06","serial_number":"10220774443136","imei1":"10220774443136","imei2":"10220774443136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178682,"job_number":"JOB_178682","tr_customer_id":178700,"tr_customer_product_id":178690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Ayana Bauch","mobile_number":"409-921-4519","email_id":"Isom.Gleason55@yahoo.com","dop":"2025-12-31","serial_number":"104725068256431","imei1":"104725068256431","imei2":"104725068256431","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178679,"job_number":"JOB_178679","tr_customer_id":178697,"tr_customer_product_id":178687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:49.000Z","modified_at":"2026-02-06T04:28:25.000Z","name":"Creola Predovic","mobile_number":"790-502-8773","email_id":"Naomi69@gmail.com","dop":"2025-04-06","serial_number":"10184041834810","imei1":"10184041834810","imei2":"10184041834810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178675,"job_number":"JOB_178675","tr_customer_id":178693,"tr_customer_product_id":178683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:28:20.000Z","name":"Constantin Klein","mobile_number":"822-651-4809","email_id":"Raven10@hotmail.com","dop":"2025-04-06","serial_number":"10863191902383","imei1":"10863191902383","imei2":"10863191902383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178672,"job_number":"JOB_178672","tr_customer_id":178690,"tr_customer_product_id":178680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:39.000Z","modified_at":"2026-02-06T04:28:15.000Z","name":"Jake Cartwright","mobile_number":"595-379-8018","email_id":"Florian.Harvey1@yahoo.com","dop":"2025-04-06","serial_number":"19761081809020","imei1":"19761081809020","imei2":"19761081809020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178669,"job_number":"JOB_178669","tr_customer_id":178687,"tr_customer_product_id":178677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Timmothy Keebler","mobile_number":"469-695-0909","email_id":"Edison.Tremblay7@hotmail.com","dop":"2025-04-06","serial_number":"17692950289282","imei1":"17692950289282","imei2":"17692950289282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178662,"job_number":"JOB_178662","tr_customer_id":178680,"tr_customer_product_id":178670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:32.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Eleonore Hudson","mobile_number":"629-573-2485","email_id":"Guiseppe.Mohr@gmail.com","dop":"2025-04-06","serial_number":"15135459529555","imei1":"15135459529555","imei2":"15135459529555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178659,"job_number":"JOB_178659","tr_customer_id":178677,"tr_customer_product_id":178667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:29.000Z","modified_at":"2026-02-06T04:28:05.000Z","name":"Robin Prosacco","mobile_number":"827-541-6151","email_id":"Estell67@yahoo.com","dop":"2025-04-06","serial_number":"15516348005797","imei1":"15516348005797","imei2":"15516348005797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178652,"job_number":"JOB_178652","tr_customer_id":178670,"tr_customer_product_id":178660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:55.000Z","name":"Marquis Hauck","mobile_number":"220-986-1040","email_id":"Elmer.Rosenbaum66@gmail.com","dop":"2025-04-06","serial_number":"16593935796615","imei1":"16593935796615","imei2":"16593935796615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178649,"job_number":"JOB_178649","tr_customer_id":178667,"tr_customer_product_id":178657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:16.000Z","modified_at":"2026-02-06T04:27:52.000Z","name":"Laury Beahan","mobile_number":"716-880-7193","email_id":"Randal57@hotmail.com","dop":"2025-04-06","serial_number":"19695939116675","imei1":"19695939116675","imei2":"19695939116675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178646,"job_number":"JOB_178646","tr_customer_id":178664,"tr_customer_product_id":178654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:11.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"Dina Kiehn","mobile_number":"628-763-2434","email_id":"Osvaldo_Kautzer61@hotmail.com","dop":"2025-04-06","serial_number":"10559079971260","imei1":"10559079971260","imei2":"10559079971260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178640,"job_number":"JOB_178640","tr_customer_id":178658,"tr_customer_product_id":178648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Zella Bernhard","mobile_number":"607-390-0543","email_id":"Savanah_Dietrich87@gmail.com","dop":"2000-01-31","serial_number":"10234848155468","imei1":"10234848155468","imei2":"10234848155468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178639,"job_number":"JOB_178639","tr_customer_id":178657,"tr_customer_product_id":178647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Lela Yundt","mobile_number":"336-450-8633","email_id":"Estevan98@gmail.com","dop":"2025-04-06","serial_number":"15099421880320","imei1":"15099421880320","imei2":"15099421880320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178638,"job_number":"JOB_178638","tr_customer_id":178656,"tr_customer_product_id":178646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Jeromy Johnston","mobile_number":"337-685-9668","email_id":"Catherine32@hotmail.com","dop":"2025-04-06","serial_number":"12652252393533","imei1":"12652252393533","imei2":"12652252393533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178634,"job_number":"JOB_178634","tr_customer_id":178652,"tr_customer_product_id":178642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Vesta Bahringer","mobile_number":"226-909-1412","email_id":"Percy53@yahoo.com","dop":"2025-04-06","serial_number":"18403166730716","imei1":"18403166730716","imei2":"18403166730716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178628,"job_number":"JOB_178628","tr_customer_id":178646,"tr_customer_product_id":178636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Adela Pfannerstill","mobile_number":"473-945-7697","email_id":"Eliza67@yahoo.com","dop":"2025-04-06","serial_number":"11498194238917","imei1":"11498194238917","imei2":"11498194238917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178626,"job_number":"JOB_178626","tr_customer_id":178644,"tr_customer_product_id":178634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"Makenna Ankunding","mobile_number":"709-529-2913","email_id":"Sean_Christiansen@yahoo.com","dop":"2025-12-31","serial_number":"109509671213446","imei1":"109509671213446","imei2":"109509671213446","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178625,"job_number":"JOB_178625","tr_customer_id":178643,"tr_customer_product_id":178633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:41.000Z","name":"Telly McDermott","mobile_number":"219-368-2377","email_id":"Mike_Herman@hotmail.com","dop":"2025-04-06","serial_number":"18876844508531","imei1":"18876844508531","imei2":"18876844508531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178623,"job_number":"JOB_178623","tr_customer_id":178641,"tr_customer_product_id":178631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Rogers Rice","mobile_number":"772-817-7211","email_id":"Tobin_Waters89@yahoo.com","dop":"2025-02-01","serial_number":"33443402369957","imei1":"33443402369957","imei2":"33443402369957","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178610,"job_number":"JOB_178610","tr_customer_id":178628,"tr_customer_product_id":178618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:00.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Burley Williamson","mobile_number":"250-880-9721","email_id":"Caesar67@hotmail.com","dop":"2025-04-06","serial_number":"17529031183200","imei1":"17529031183200","imei2":"17529031183200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178608,"job_number":"JOB_178608","tr_customer_id":178626,"tr_customer_product_id":178616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:27:36.000Z","name":"Jakayla Bartoletti","mobile_number":"224-356-1603","email_id":"Erik42@yahoo.com","dop":"2025-04-06","serial_number":"15003328861625","imei1":"15003328861625","imei2":"15003328861625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178604,"job_number":"JOB_178604","tr_customer_id":178622,"tr_customer_product_id":178612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Drew Jerde","mobile_number":"332-781-7032","email_id":"Kendra53@gmail.com","dop":"2025-04-06","serial_number":"17554488222040","imei1":"17554488222040","imei2":"17554488222040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178600,"job_number":"JOB_178600","tr_customer_id":178618,"tr_customer_product_id":178608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Millie Lind","mobile_number":"314-330-3210","email_id":"Jermey62@yahoo.com","dop":"2025-04-06","serial_number":"14164431709131","imei1":"14164431709131","imei2":"14164431709131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178598,"job_number":"JOB_178598","tr_customer_id":178616,"tr_customer_product_id":178606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"Viviane Koepp","mobile_number":"549-462-8932","email_id":"Lolita_Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"18932558993790","imei1":"18932558993790","imei2":"18932558993790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178590,"job_number":"JOB_178590","tr_customer_id":178608,"tr_customer_product_id":178598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:27:24.000Z","name":"Ariel Kihn","mobile_number":"432-401-4353","email_id":"Genoveva.Sanford49@gmail.com","dop":"2025-04-06","serial_number":"19420803495708","imei1":"19420803495708","imei2":"19420803495708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178587,"job_number":"JOB_178587","tr_customer_id":178605,"tr_customer_product_id":178595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Yasmeen Daugherty","mobile_number":"203-969-4264","email_id":"Lucienne80@gmail.com","dop":"2025-04-06","serial_number":"17237931341171","imei1":"17237931341171","imei2":"17237931341171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178585,"job_number":"JOB_178585","tr_customer_id":178603,"tr_customer_product_id":178593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Curtis Upton","mobile_number":"644-522-3356","email_id":"June_Connelly7@gmail.com","dop":"2025-04-06","serial_number":"12706929412673","imei1":"12706929412673","imei2":"12706929412673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178581,"job_number":"JOB_178581","tr_customer_id":178599,"tr_customer_product_id":178589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:37.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Edna Kihn","mobile_number":"939-308-7307","email_id":"Jaron_Hagenes@hotmail.com","dop":"2025-05-30","serial_number":"16863904961207","imei1":"16863904961207","imei2":"16863904961207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178578,"job_number":"JOB_178578","tr_customer_id":178596,"tr_customer_product_id":178586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:32.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Lisandro Carroll","mobile_number":"831-585-7349","email_id":"Angelica82@hotmail.com","dop":"2025-04-06","serial_number":"10836781585411","imei1":"10836781585411","imei2":"10836781585411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178577,"job_number":"JOB_178577","tr_customer_id":178595,"tr_customer_product_id":178585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"Vicenta Anderson","mobile_number":"610-831-3320","email_id":"Hardy_VonRueden32@gmail.com","dop":"2025-04-06","serial_number":"14109955341882","imei1":"14109955341882","imei2":"14109955341882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178573,"job_number":"JOB_178573","tr_customer_id":178591,"tr_customer_product_id":178581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Wilfrid Schroeder","mobile_number":"618-823-2757","email_id":"Ettie27@yahoo.com","dop":"2000-01-31","serial_number":"10229252408351","imei1":"10229252408351","imei2":"10229252408351","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178570,"job_number":"JOB_178570","tr_customer_id":178588,"tr_customer_product_id":178578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marques Morar","mobile_number":"796-330-8013","email_id":"Justyn12@gmail.com","dop":"2025-02-01","serial_number":"69078778173650","imei1":"69078778173650","imei2":"69078778173650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178568,"job_number":"JOB_178568","tr_customer_id":178586,"tr_customer_product_id":178576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Kamron Hermann","mobile_number":"509-972-5087","email_id":"Kiley_Brakus@gmail.com","dop":"2025-04-06","serial_number":"17964208006221","imei1":"17964208006221","imei2":"17964208006221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178564,"job_number":"JOB_178564","tr_customer_id":178582,"tr_customer_product_id":178572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Brennan Koss","mobile_number":"428-851-6727","email_id":"Bernita.Bosco43@yahoo.com","dop":"2025-04-06","serial_number":"13367376549729","imei1":"13367376549729","imei2":"13367376549729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178560,"job_number":"JOB_178560","tr_customer_id":178578,"tr_customer_product_id":178568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marcelina Bartell","mobile_number":"315-320-6622","email_id":"Freda.Breitenberg45@gmail.com","dop":"2025-12-31","serial_number":"106620151657023","imei1":"106620151657023","imei2":"106620151657023","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178559,"job_number":"JOB_178559","tr_customer_id":178577,"tr_customer_product_id":178567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Nick Stamm","mobile_number":"409-643-8573","email_id":"Marge.Runte@gmail.com","dop":"2025-04-06","serial_number":"12716105463132","imei1":"12716105463132","imei2":"12716105463132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178554,"job_number":"JOB_178554","tr_customer_id":178572,"tr_customer_product_id":178562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:50.000Z","name":"Roxane Hammes","mobile_number":"952-210-3341","email_id":"Elise_Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"16797096439815","imei1":"16797096439815","imei2":"16797096439815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178551,"job_number":"JOB_178551","tr_customer_id":178569,"tr_customer_product_id":178559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:49.000Z","name":"Amber Bogisich","mobile_number":"606-491-8618","email_id":"Clotilde.Stiedemann@gmail.com","dop":"2025-06-18","serial_number":"10462473623970","imei1":"10462473623970","imei2":"10462473623970","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178546,"job_number":"JOB_178546","tr_customer_id":178564,"tr_customer_product_id":178554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:02.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Aileen Upton","mobile_number":"779-578-5744","email_id":"Emmy_Runolfsson14@hotmail.com","dop":"2025-04-06","serial_number":"18029634617150","imei1":"18029634617150","imei2":"18029634617150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178544,"job_number":"JOB_178544","tr_customer_id":178562,"tr_customer_product_id":178552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Savanah Strosin","mobile_number":"703-687-6034","email_id":"Desmond67@gmail.com","dop":"2025-04-06","serial_number":"14758493968804","imei1":"14758493968804","imei2":"14758493968804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178540,"job_number":"JOB_178540","tr_customer_id":178558,"tr_customer_product_id":178548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:26:25.000Z","name":"Caterina Franecki","mobile_number":"540-533-9288","email_id":"Ceasar90@hotmail.com","dop":"2025-04-06","serial_number":"15977146962876","imei1":"15977146962876","imei2":"15977146962876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178537,"job_number":"JOB_178537","tr_customer_id":178555,"tr_customer_product_id":178545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Katlynn Thiel","mobile_number":"382-580-4960","email_id":"Doris_Abernathy12@yahoo.com","dop":"2025-04-06","serial_number":"18576571489808","imei1":"18576571489808","imei2":"18576571489808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178535,"job_number":"JOB_178535","tr_customer_id":178553,"tr_customer_product_id":178543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Vincenzo Treutel","mobile_number":"742-468-5876","email_id":"Horace_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"15545971640302","imei1":"15545971640302","imei2":"15545971640302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178532,"job_number":"JOB_178532","tr_customer_id":178550,"tr_customer_product_id":178540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:41.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Joshua Littel","mobile_number":"212-746-6555","email_id":"Ernestina.King@yahoo.com","dop":"2025-02-01","serial_number":"100055387193124","imei1":"100055387193124","imei2":"100055387193124","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178526,"job_number":"JOB_178526","tr_customer_id":178544,"tr_customer_product_id":178534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:15.000Z","name":"Edison Turner","mobile_number":"218-615-3976","email_id":"Isai_Cruickshank59@yahoo.com","dop":"2025-04-06","serial_number":"18811666812699","imei1":"18811666812699","imei2":"18811666812699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178525,"job_number":"JOB_178525","tr_customer_id":178543,"tr_customer_product_id":178533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"Berenice Bruen","mobile_number":"645-244-2843","email_id":"Lauren_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15140962106221","imei1":"15140962106221","imei2":"15140962106221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178521,"job_number":"JOB_178521","tr_customer_id":178539,"tr_customer_product_id":178529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Afton Miller","mobile_number":"762-457-0486","email_id":"Delilah_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"18825405697430","imei1":"18825405697430","imei2":"18825405697430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178520,"job_number":"JOB_178520","tr_customer_id":178538,"tr_customer_product_id":178528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Delia Feil","mobile_number":"785-325-7318","email_id":"Eduardo.Becker@gmail.com","dop":"2025-04-06","serial_number":"19006918878110","imei1":"19006918878110","imei2":"19006918878110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178515,"job_number":"JOB_178515","tr_customer_id":178533,"tr_customer_product_id":178523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:31.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Raegan Jacobi","mobile_number":"558-925-7766","email_id":"Nathan.Mills62@yahoo.com","dop":"2025-04-06","serial_number":"11107863188309","imei1":"11107863188309","imei2":"11107863188309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178513,"job_number":"JOB_178513","tr_customer_id":178531,"tr_customer_product_id":178521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:26:10.000Z","name":"Fermin Auer","mobile_number":"350-638-3033","email_id":"Krista.Carter@yahoo.com","dop":"2025-04-06","serial_number":"16484614711967","imei1":"16484614711967","imei2":"16484614711967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178512,"job_number":"JOB_178512","tr_customer_id":178530,"tr_customer_product_id":178520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:29.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Arthur Gutmann","mobile_number":"589-532-5361","email_id":"Alanna5@gmail.com","dop":"2025-04-06","serial_number":"12086113039218","imei1":"12086113039218","imei2":"12086113039218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178510,"job_number":"JOB_178510","tr_customer_id":178528,"tr_customer_product_id":178518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:26:04.000Z","name":"Krystal Windler","mobile_number":"427-755-4958","email_id":"Amara.Schiller@gmail.com","dop":"2025-06-18","serial_number":"10153206001131","imei1":"10153206001131","imei2":"10153206001131","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178508,"job_number":"JOB_178508","tr_customer_id":178526,"tr_customer_product_id":178516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:21.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15683702389288","imei1":"15683702389288","imei2":"15683702389288","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178506,"job_number":"JOB_178506","tr_customer_id":178524,"tr_customer_product_id":178514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:18.000Z","modified_at":"2026-02-06T04:25:54.000Z","name":"Xavier Skiles","mobile_number":"547-956-6111","email_id":"Efrain63@gmail.com","dop":"2025-04-06","serial_number":"14571766081231","imei1":"14571766081231","imei2":"14571766081231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178504,"job_number":"JOB_178504","tr_customer_id":178522,"tr_customer_product_id":178512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:18.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"33484144702818","imei1":"33484144702818","imei2":"33484144702818","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178502,"job_number":"JOB_178502","tr_customer_id":178520,"tr_customer_product_id":178510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:07.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"Anabelle Ryan","mobile_number":"393-725-1259","email_id":"Merl63@gmail.com","dop":"2025-04-06","serial_number":"16787049887426","imei1":"16787049887426","imei2":"16787049887426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178499,"job_number":"JOB_178499","tr_customer_id":178517,"tr_customer_product_id":178507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:31:16.000Z","name":"Roman Gleason","mobile_number":"310-565-8476","email_id":"Russell_Hickle36@yahoo.com","dop":"2025-04-06","serial_number":"10362757210628","imei1":"10362757210628","imei2":"10362757210628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178496,"job_number":"JOB_178496","tr_customer_id":178514,"tr_customer_product_id":178504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:57.000Z","modified_at":"2026-02-06T03:30:33.000Z","name":"Kendall VonRueden","mobile_number":"248-332-8478","email_id":"Wallace.Legros90@hotmail.com","dop":"2025-04-06","serial_number":"17430450630790","imei1":"17430450630790","imei2":"17430450630790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178493,"job_number":"JOB_178493","tr_customer_id":178511,"tr_customer_product_id":178501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:49.000Z","name":"Lauren Larkin","mobile_number":"634-984-8853","email_id":"Shirley.Koepp39@gmail.com","dop":"2025-04-06","serial_number":"15478912898604","imei1":"15478912898604","imei2":"15478912898604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178488,"job_number":"JOB_178488","tr_customer_id":178506,"tr_customer_product_id":178496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:51.000Z","modified_at":"2026-02-06T03:14:05.000Z","name":"Vidal Batz","mobile_number":"385-522-5561","email_id":"Allene91@hotmail.com","dop":"2025-05-30","serial_number":"12787455503848","imei1":"12787455503848","imei2":"12787455503848","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178486,"job_number":"JOB_178486","tr_customer_id":178504,"tr_customer_product_id":178494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:02:28.000Z","modified_at":"2026-02-06T02:38:00.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222522","imei2":"13222222222222522","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T02:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ac073ee7-ec7d-4d4c-abba-2fcfeaba4e63 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c3a32f19-d4df-49d3-91f0-9f0dbd7359d0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 434bb03f-c5ca-43c2-a091-601b5ec3cca1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-Idu1y0bRN8YGFIO1fzT9w6JPwcU" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzN9.lsi2jAs9lw6Z8YSRzFNzR5Tk_heDkA_-Lfbz1ovL3yE"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzN9.lsi2jAs9lw6Z8YSRzFNzR5Tk_heDkA_-Lfbz1ovL3yE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 31d74382-ad57-484a-ab79-cdbf47104785 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzN9.lsi2jAs9lw6Z8YSRzFNzR5Tk_heDkA_-Lfbz1ovL3yE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 182f4fd4-25af-453c-be61-c40ce6ab8b23 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-h+PkvXzL3b0nHKO6idUVXkGCuSg" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":351},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 04ffbf1b-51f5-4bb6-8cec-8cbe179ddfef |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"554fb-5Qk+V5ZhfGfIAxJeOctRjCnRWkc" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178461,"job_number":"JOB_178461","tr_customer_id":178479,"tr_customer_product_id":178469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:48.000Z","modified_at":"2026-02-05T20:14:48.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"73140052898213","imei1":"73140052898213","imei2":"73140052898213","popurl":"2026-01-26T20:14:48.520713279Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178462,"job_number":"JOB_178462","tr_customer_id":178480,"tr_customer_product_id":178470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:59.000Z","modified_at":"2026-02-05T20:14:59.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"87654291053880","imei1":"87654291053880","imei2":"87654291053880","popurl":"2026-01-26T20:14:58.837976469Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178463,"job_number":"JOB_178463","tr_customer_id":178481,"tr_customer_product_id":178471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:46.000Z","modified_at":"2026-02-05T20:31:46.000Z","name":"Luther Conroy","mobile_number":"691-485-1423","email_id":"Kiera_Ryan46@yahoo.com","dop":"2025-09-09","serial_number":"18217323720985","imei1":"18217323720985","imei2":"18217323720985","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178464,"job_number":"JOB_178464","tr_customer_id":178482,"tr_customer_product_id":178472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:47.000Z","modified_at":"2026-02-05T20:31:47.000Z","name":"Natasha Bergstrom","mobile_number":"423-564-5520","email_id":"Daniela.Bogan20@gmail.com","dop":"2025-09-09","serial_number":"16865911192865","imei1":"16865911192865","imei2":"16865911192865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178466,"job_number":"JOB_178466","tr_customer_id":178484,"tr_customer_product_id":178474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Cielo Bode","mobile_number":"379-766-9150","email_id":"Murray98@gmail.com","dop":"2025-09-09","serial_number":"19350662428123","imei1":"19350662428123","imei2":"19350662428123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178467,"job_number":"JOB_178467","tr_customer_id":178485,"tr_customer_product_id":178475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Damon Welch","mobile_number":"706-218-7267","email_id":"Arnoldo_Ward35@hotmail.com","dop":"2025-09-09","serial_number":"10364131773128","imei1":"10364131773128","imei2":"10364131773128","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178469,"job_number":"JOB_178469","tr_customer_id":178487,"tr_customer_product_id":178477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:09.000Z","modified_at":"2026-02-05T20:32:09.000Z","name":"Alphonso Rodriguez","mobile_number":"459-431-3461","email_id":"Chanelle29@yahoo.com","dop":"2025-09-09","serial_number":"12662010410397","imei1":"12662010410397","imei2":"12662010410397","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178470,"job_number":"JOB_178470","tr_customer_id":178488,"tr_customer_product_id":178478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:10.000Z","modified_at":"2026-02-05T20:32:10.000Z","name":"Edmund Pfeffer","mobile_number":"221-942-3589","email_id":"Theresa_Sipes@gmail.com","dop":"2025-09-09","serial_number":"19048798697399","imei1":"19048798697399","imei2":"19048798697399","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178472,"job_number":"JOB_178472","tr_customer_id":178490,"tr_customer_product_id":178480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T21:00:30.000Z","modified_at":"2026-02-05T21:00:30.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-31","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-31T21:00:29.422225805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T21:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178473,"job_number":"JOB_178473","tr_customer_id":178491,"tr_customer_product_id":178481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:56.000Z","modified_at":"2026-02-05T22:12:56.000Z","name":"Jerome Orn","mobile_number":"955-642-1195","email_id":"Zoie56@gmail.com","dop":"2025-09-09","serial_number":"19921642344594","imei1":"19921642344594","imei2":"19921642344594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178474,"job_number":"JOB_178474","tr_customer_id":178492,"tr_customer_product_id":178482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:57.000Z","modified_at":"2026-02-05T22:12:57.000Z","name":"Emily Keebler","mobile_number":"362-290-8462","email_id":"David.Ankunding@gmail.com","dop":"2025-09-09","serial_number":"19554575849229","imei1":"19554575849229","imei2":"19554575849229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178476,"job_number":"JOB_178476","tr_customer_id":178494,"tr_customer_product_id":178484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:41.000Z","modified_at":"2026-02-05T22:13:41.000Z","name":"Clementine Schneider","mobile_number":"373-405-3792","email_id":"Frederick_Little@gmail.com","dop":"2025-09-09","serial_number":"16929089454347","imei1":"16929089454347","imei2":"16929089454347","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178477,"job_number":"JOB_178477","tr_customer_id":178495,"tr_customer_product_id":178485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:42.000Z","modified_at":"2026-02-05T22:13:42.000Z","name":"Isabelle Fay","mobile_number":"972-717-4340","email_id":"Kole_Little@yahoo.com","dop":"2025-09-09","serial_number":"12630585843159","imei1":"12630585843159","imei2":"12630585843159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178479,"job_number":"JOB_178479","tr_customer_id":178497,"tr_customer_product_id":178487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:28.000Z","modified_at":"2026-02-05T22:14:28.000Z","name":"Paris Buckridge","mobile_number":"400-749-2778","email_id":"Carmen_Wisoky@hotmail.com","dop":"2025-09-09","serial_number":"12333230301870","imei1":"12333230301870","imei2":"12333230301870","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178480,"job_number":"JOB_178480","tr_customer_id":178498,"tr_customer_product_id":178488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:30.000Z","modified_at":"2026-02-05T22:14:30.000Z","name":"Madelynn Corkery","mobile_number":"505-488-9315","email_id":"Aubree43@yahoo.com","dop":"2025-09-09","serial_number":"12997293450304","imei1":"12997293450304","imei2":"12997293450304","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178482,"job_number":"JOB_178482","tr_customer_id":178500,"tr_customer_product_id":178490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:17.000Z","modified_at":"2026-02-05T23:45:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-26T23:45:17.544363811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178483,"job_number":"JOB_178483","tr_customer_id":178501,"tr_customer_product_id":178491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:18.000Z","modified_at":"2026-02-05T23:45:18.000Z","name":"Akshata Iyer","mobile_number":"7054161801","email_id":"bilwa.agarwal@yahoo.co.in","dop":"2026-01-26","serial_number":"057522965866120","imei1":"057522965866120","imei2":"057522965866120","popurl":"www.gorakhanatha-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178484,"job_number":"JOB_178484","tr_customer_id":178502,"tr_customer_product_id":178492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:47:44.000Z","modified_at":"2026-02-05T23:47:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-26T23:47:44.406179115Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:10.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:47:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzN9.lsi2jAs9lw6Z8YSRzFNzR5Tk_heDkA_-Lfbz1ovL3yE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b56e06c4-3ff6-4827-b4fc-7403cd649aa4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzN9.lsi2jAs9lw6Z8YSRzFNzR5Tk_heDkA_-Lfbz1ovL3yE |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5dbf3394-06f5-46cc-a57e-0801758a9c4a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 178992,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzN9.lsi2jAs9lw6Z8YSRzFNzR5Tk_heDkA_-Lfbz1ovL3yE |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 47b7bf48-00a0-4154-8ea5-34b392e85bfd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"55115-HoSrdgGBpdZx/h6V/csNadv3iJA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178572,"job_number":"JOB_178572","tr_customer_id":178590,"tr_customer_product_id":178580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10902945964064","imei1":"10902945964064","imei2":"10902945964064","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178574,"job_number":"JOB_178574","tr_customer_id":178592,"tr_customer_product_id":178582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:26.000Z","modified_at":"2026-02-06T04:26:26.000Z","name":"Simeon Osinski","mobile_number":"864-522-8947","email_id":"Irwin.Marquardt@hotmail.com","dop":"2000-01-31","serial_number":"1016982343222829","imei1":"1016982343222829","imei2":"1016982343222829","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178637,"job_number":"JOB_178637","tr_customer_id":178655,"tr_customer_product_id":178645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10917395844601","imei1":"10917395844601","imei2":"10917395844601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178644,"job_number":"JOB_178644","tr_customer_id":178662,"tr_customer_product_id":178652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Cleta Zieme","mobile_number":"854-914-5226","email_id":"Kenny.Koelpin34@gmail.com","dop":"2000-01-31","serial_number":"1012498962503304","imei1":"1012498962503304","imei2":"1012498962503304","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178686,"job_number":"JOB_178686","tr_customer_id":178704,"tr_customer_product_id":178694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10370533831700","imei1":"10370533831700","imei2":"10370533831700","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178691,"job_number":"JOB_178691","tr_customer_id":178709,"tr_customer_product_id":178699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Alexandre Balistreri","mobile_number":"785-395-4806","email_id":"Ashley.Weber28@hotmail.com","dop":"2000-01-31","serial_number":"1096083899103573","imei1":"1096083899103573","imei2":"1096083899103573","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178716,"job_number":"JOB_178716","tr_customer_id":178734,"tr_customer_product_id":178724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10566914557713","imei1":"10566914557713","imei2":"10566914557713","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178720,"job_number":"JOB_178720","tr_customer_id":178738,"tr_customer_product_id":178728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Emmet Reichel","mobile_number":"706-797-0966","email_id":"Lawson.Satterfield@gmail.com","dop":"2000-01-31","serial_number":"1005347938337359","imei1":"1005347938337359","imei2":"1005347938337359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178885,"job_number":"JOB_178885","tr_customer_id":178903,"tr_customer_product_id":178893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:02.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10551222297047","imei1":"10551222297047","imei2":"10551222297047","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:02.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178887,"job_number":"JOB_178887","tr_customer_id":178905,"tr_customer_product_id":178895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:04.000Z","modified_at":"2026-02-06T06:55:04.000Z","name":"Enrico Veum","mobile_number":"256-293-8541","email_id":"Alden_Renner64@gmail.com","dop":"2000-01-31","serial_number":"1062278552715014","imei1":"1062278552715014","imei2":"1062278552715014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178894,"job_number":"JOB_178894","tr_customer_id":178912,"tr_customer_product_id":178902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:55:58.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10791555439773","imei1":"10791555439773","imei2":"10791555439773","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178896,"job_number":"JOB_178896","tr_customer_id":178914,"tr_customer_product_id":178904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:00.000Z","modified_at":"2026-02-06T06:56:00.000Z","name":"Roma Brekke","mobile_number":"825-674-9869","email_id":"Ambrose_Zboncak56@yahoo.com","dop":"2000-01-31","serial_number":"1026998847197533","imei1":"1026998847197533","imei2":"1026998847197533","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178906,"job_number":"JOB_178906","tr_customer_id":178924,"tr_customer_product_id":178914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:56:52.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10645558446851","imei1":"10645558446851","imei2":"10645558446851","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178908,"job_number":"JOB_178908","tr_customer_id":178926,"tr_customer_product_id":178916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:54.000Z","modified_at":"2026-02-06T06:56:54.000Z","name":"Jarret Farrell","mobile_number":"822-208-2388","email_id":"Gregg47@gmail.com","dop":"2000-01-31","serial_number":"1090095771777451","imei1":"1090095771777451","imei2":"1090095771777451","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178912,"job_number":"JOB_178912","tr_customer_id":178930,"tr_customer_product_id":178920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:57:46.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10026053934837","imei1":"10026053934837","imei2":"10026053934837","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178914,"job_number":"JOB_178914","tr_customer_id":178932,"tr_customer_product_id":178922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:48.000Z","modified_at":"2026-02-06T06:57:48.000Z","name":"Meta Kuphal","mobile_number":"664-544-4214","email_id":"Ervin.Reilly@hotmail.com","dop":"2000-01-31","serial_number":"1077393793090604","imei1":"1077393793090604","imei2":"1077393793090604","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":178461,"job_number":"JOB_178461","tr_customer_id":178479,"tr_customer_product_id":178469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:48.000Z","modified_at":"2026-02-05T20:14:48.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"73140052898213","imei1":"73140052898213","imei2":"73140052898213","popurl":"2026-01-26T20:14:48.520713279Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178462,"job_number":"JOB_178462","tr_customer_id":178480,"tr_customer_product_id":178470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:14:59.000Z","modified_at":"2026-02-05T20:14:59.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-26","serial_number":"87654291053880","imei1":"87654291053880","imei2":"87654291053880","popurl":"2026-01-26T20:14:58.837976469Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178463,"job_number":"JOB_178463","tr_customer_id":178481,"tr_customer_product_id":178471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:46.000Z","modified_at":"2026-02-05T20:31:46.000Z","name":"Luther Conroy","mobile_number":"691-485-1423","email_id":"Kiera_Ryan46@yahoo.com","dop":"2025-09-09","serial_number":"18217323720985","imei1":"18217323720985","imei2":"18217323720985","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178464,"job_number":"JOB_178464","tr_customer_id":178482,"tr_customer_product_id":178472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:31:47.000Z","modified_at":"2026-02-05T20:31:47.000Z","name":"Natasha Bergstrom","mobile_number":"423-564-5520","email_id":"Daniela.Bogan20@gmail.com","dop":"2025-09-09","serial_number":"16865911192865","imei1":"16865911192865","imei2":"16865911192865","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:31:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178466,"job_number":"JOB_178466","tr_customer_id":178484,"tr_customer_product_id":178474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Cielo Bode","mobile_number":"379-766-9150","email_id":"Murray98@gmail.com","dop":"2025-09-09","serial_number":"19350662428123","imei1":"19350662428123","imei2":"19350662428123","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178467,"job_number":"JOB_178467","tr_customer_id":178485,"tr_customer_product_id":178475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:07.000Z","modified_at":"2026-02-05T20:32:07.000Z","name":"Damon Welch","mobile_number":"706-218-7267","email_id":"Arnoldo_Ward35@hotmail.com","dop":"2025-09-09","serial_number":"10364131773128","imei1":"10364131773128","imei2":"10364131773128","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178469,"job_number":"JOB_178469","tr_customer_id":178487,"tr_customer_product_id":178477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:09.000Z","modified_at":"2026-02-05T20:32:09.000Z","name":"Alphonso Rodriguez","mobile_number":"459-431-3461","email_id":"Chanelle29@yahoo.com","dop":"2025-09-09","serial_number":"12662010410397","imei1":"12662010410397","imei2":"12662010410397","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178470,"job_number":"JOB_178470","tr_customer_id":178488,"tr_customer_product_id":178478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T20:32:10.000Z","modified_at":"2026-02-05T20:32:10.000Z","name":"Edmund Pfeffer","mobile_number":"221-942-3589","email_id":"Theresa_Sipes@gmail.com","dop":"2025-09-09","serial_number":"19048798697399","imei1":"19048798697399","imei2":"19048798697399","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T20:32:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178472,"job_number":"JOB_178472","tr_customer_id":178490,"tr_customer_product_id":178480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T21:00:30.000Z","modified_at":"2026-02-05T21:00:30.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-31","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-31T21:00:29.422225805Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T21:00:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178473,"job_number":"JOB_178473","tr_customer_id":178491,"tr_customer_product_id":178481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:56.000Z","modified_at":"2026-02-05T22:12:56.000Z","name":"Jerome Orn","mobile_number":"955-642-1195","email_id":"Zoie56@gmail.com","dop":"2025-09-09","serial_number":"19921642344594","imei1":"19921642344594","imei2":"19921642344594","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178474,"job_number":"JOB_178474","tr_customer_id":178492,"tr_customer_product_id":178482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:12:57.000Z","modified_at":"2026-02-05T22:12:57.000Z","name":"Emily Keebler","mobile_number":"362-290-8462","email_id":"David.Ankunding@gmail.com","dop":"2025-09-09","serial_number":"19554575849229","imei1":"19554575849229","imei2":"19554575849229","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178476,"job_number":"JOB_178476","tr_customer_id":178494,"tr_customer_product_id":178484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:41.000Z","modified_at":"2026-02-05T22:13:41.000Z","name":"Clementine Schneider","mobile_number":"373-405-3792","email_id":"Frederick_Little@gmail.com","dop":"2025-09-09","serial_number":"16929089454347","imei1":"16929089454347","imei2":"16929089454347","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178477,"job_number":"JOB_178477","tr_customer_id":178495,"tr_customer_product_id":178485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:13:42.000Z","modified_at":"2026-02-05T22:13:42.000Z","name":"Isabelle Fay","mobile_number":"972-717-4340","email_id":"Kole_Little@yahoo.com","dop":"2025-09-09","serial_number":"12630585843159","imei1":"12630585843159","imei2":"12630585843159","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:13:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178479,"job_number":"JOB_178479","tr_customer_id":178497,"tr_customer_product_id":178487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:28.000Z","modified_at":"2026-02-05T22:14:28.000Z","name":"Paris Buckridge","mobile_number":"400-749-2778","email_id":"Carmen_Wisoky@hotmail.com","dop":"2025-09-09","serial_number":"12333230301870","imei1":"12333230301870","imei2":"12333230301870","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178480,"job_number":"JOB_178480","tr_customer_id":178498,"tr_customer_product_id":178488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T22:14:30.000Z","modified_at":"2026-02-05T22:14:30.000Z","name":"Madelynn Corkery","mobile_number":"505-488-9315","email_id":"Aubree43@yahoo.com","dop":"2025-09-09","serial_number":"12997293450304","imei1":"12997293450304","imei2":"12997293450304","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T22:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178482,"job_number":"JOB_178482","tr_customer_id":178500,"tr_customer_product_id":178490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:17.000Z","modified_at":"2026-02-05T23:45:17.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-26T23:45:17.544363811Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178483,"job_number":"JOB_178483","tr_customer_id":178501,"tr_customer_product_id":178491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:45:18.000Z","modified_at":"2026-02-05T23:45:18.000Z","name":"Akshata Iyer","mobile_number":"7054161801","email_id":"bilwa.agarwal@yahoo.co.in","dop":"2026-01-26","serial_number":"057522965866120","imei1":"057522965866120","imei2":"057522965866120","popurl":"www.gorakhanatha-mishra.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:45:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178484,"job_number":"JOB_178484","tr_customer_id":178502,"tr_customer_product_id":178492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-05T23:47:44.000Z","modified_at":"2026-02-05T23:47:44.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-26","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-26T23:47:44.406179115Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-05T23:47:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178485,"job_number":"JOB_178485","tr_customer_id":178503,"tr_customer_product_id":178493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T01:26:57.000Z","modified_at":"2026-02-06T01:26:57.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1175@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222222","imei2":"13222222222222222","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T01:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178487,"job_number":"JOB_178487","tr_customer_id":178505,"tr_customer_product_id":178495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:23:04.000Z","modified_at":"2026-02-06T02:23:04.000Z","name":"Hudson Kunde","mobile_number":"238-906-6183","email_id":"Michele32@gmail.com","dop":"2025-04-06","serial_number":"19554842580195","imei1":"19554842580195","imei2":"19554842580195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T02:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178489,"job_number":"JOB_178489","tr_customer_id":178507,"tr_customer_product_id":178497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:52.000Z","modified_at":"2026-02-06T03:13:52.000Z","name":"Seth Carroll","mobile_number":"591-832-8589","email_id":"Edgardo.Wilderman@hotmail.com","dop":"2025-05-30","serial_number":"10444764879077","imei1":"10444764879077","imei2":"10444764879077","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178490,"job_number":"JOB_178490","tr_customer_id":178508,"tr_customer_product_id":178498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:53.000Z","modified_at":"2026-02-06T03:13:53.000Z","name":"Nayeli Dooley","mobile_number":"217-308-2532","email_id":"Enos9@hotmail.com","dop":"2025-05-30","serial_number":"1821203685521707","imei1":"1821203685521707","imei2":"1821203685521707","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178491,"job_number":"JOB_178491","tr_customer_id":178509,"tr_customer_product_id":178499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:17:57.000Z","modified_at":"2026-02-06T03:17:57.000Z","name":"Selena Bailey","mobile_number":"364-564-6518","email_id":"Katheryn4@yahoo.com","dop":"2025-12-31","serial_number":"62250526306529","imei1":"62250526306529","imei2":"62250526306529","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178492,"job_number":"JOB_178492","tr_customer_id":178510,"tr_customer_product_id":178500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:13.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19505621456563","imei1":"19505621456563","imei2":"19505621456563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178494,"job_number":"JOB_178494","tr_customer_id":178512,"tr_customer_product_id":178502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:15.000Z","modified_at":"2026-02-06T03:29:15.000Z","name":"Elisabeth Willms","mobile_number":"431-470-7335","email_id":"Justyn.Fahey@hotmail.com","dop":"2025-04-06","serial_number":"11874232959013326","imei1":"11874232959013326","imei2":"11874232959013326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178495,"job_number":"JOB_178495","tr_customer_id":178513,"tr_customer_product_id":178503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:56.000Z","modified_at":"2026-02-06T03:29:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18115383388281","imei1":"18115383388281","imei2":"18115383388281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178497,"job_number":"JOB_178497","tr_customer_id":178515,"tr_customer_product_id":178505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:58.000Z","modified_at":"2026-02-06T03:29:58.000Z","name":"Kaley Cummerata","mobile_number":"792-276-3904","email_id":"Al.Green@yahoo.com","dop":"2025-04-06","serial_number":"10708389049912282","imei1":"10708389049912282","imei2":"10708389049912282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:29:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178498,"job_number":"JOB_178498","tr_customer_id":178516,"tr_customer_product_id":178506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:30:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16775085499940","imei1":"16775085499940","imei2":"16775085499940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178500,"job_number":"JOB_178500","tr_customer_id":178518,"tr_customer_product_id":178508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:41.000Z","modified_at":"2026-02-06T03:30:41.000Z","name":"Nels Reichert","mobile_number":"405-660-1087","email_id":"Bryana.White@hotmail.com","dop":"2025-04-06","serial_number":"14073910654031040","imei1":"14073910654031040","imei2":"14073910654031040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178501,"job_number":"JOB_178501","tr_customer_id":178519,"tr_customer_product_id":178509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:42:20.000Z","modified_at":"2026-02-06T03:42:20.000Z","name":"Jerrold Hodkiewicz","mobile_number":"600-398-4253","email_id":"Adelbert84@gmail.com","dop":"2025-12-31","serial_number":"56286906828141","imei1":"56286906828141","imei2":"56286906828141","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T03:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178503,"job_number":"JOB_178503","tr_customer_id":178521,"tr_customer_product_id":178511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:09.000Z","name":"Zechariah Gislason","mobile_number":"664-741-3398","email_id":"Noemy.Purdy@gmail.com","dop":"2025-04-06","serial_number":"18111715921513536","imei1":"18111715921513536","imei2":"18111715921513536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178505,"job_number":"JOB_178505","tr_customer_id":178523,"tr_customer_product_id":178513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:17.000Z","modified_at":"2026-02-06T04:25:17.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"15484305080324","imei1":"15484305080324","imei2":"15484305080324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178507,"job_number":"JOB_178507","tr_customer_id":178525,"tr_customer_product_id":178515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:19.000Z","modified_at":"2026-02-06T04:25:19.000Z","name":"Noble Ondricka","mobile_number":"456-814-8834","email_id":"Nelda.Nikolaus@hotmail.com","dop":"2025-04-06","serial_number":"15270230060969760","imei1":"15270230060969760","imei2":"15270230060969760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178509,"job_number":"JOB_178509","tr_customer_id":178527,"tr_customer_product_id":178517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:25:26.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10333873767222","imei1":"10333873767222","imei2":"10333873767222","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178511,"job_number":"JOB_178511","tr_customer_id":178529,"tr_customer_product_id":178519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:27.000Z","modified_at":"2026-02-06T04:25:27.000Z","name":"Reymundo Harber","mobile_number":"569-499-9764","email_id":"Jamar.Cruickshank25@yahoo.com","dop":"2025-06-18","serial_number":"1020458523957272","imei1":"1020458523957272","imei2":"1020458523957272","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178514,"job_number":"JOB_178514","tr_customer_id":178532,"tr_customer_product_id":178522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Cathy Trantow","mobile_number":"986-215-9330","email_id":"Vincent_Russel@yahoo.com","dop":"2025-04-06","serial_number":"14534816536130026","imei1":"14534816536130026","imei2":"14534816536130026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178516,"job_number":"JOB_178516","tr_customer_id":178534,"tr_customer_product_id":178524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Selina Huels","mobile_number":"292-293-3156","email_id":"Prudence.Powlowski@hotmail.com","dop":"2025-04-06","serial_number":"11720124454073380","imei1":"11720124454073380","imei2":"11720124454073380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178517,"job_number":"JOB_178517","tr_customer_id":178535,"tr_customer_product_id":178525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:32.000Z","modified_at":"2026-02-06T04:25:32.000Z","name":"Donny Ritchie","mobile_number":"679-691-8396","email_id":"Jon.Dare65@gmail.com","dop":"2025-04-06","serial_number":"12114522950700414","imei1":"12114522950700414","imei2":"12114522950700414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178518,"job_number":"JOB_178518","tr_customer_id":178536,"tr_customer_product_id":178526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18259902169371","imei1":"18259902169371","imei2":"18259902169371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178519,"job_number":"JOB_178519","tr_customer_id":178537,"tr_customer_product_id":178527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:25:35.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16563354565098","imei1":"16563354565098","imei2":"16563354565098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178522,"job_number":"JOB_178522","tr_customer_id":178540,"tr_customer_product_id":178530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10549365484943","imei1":"10549365484943","imei2":"10549365484943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178523,"job_number":"JOB_178523","tr_customer_id":178541,"tr_customer_product_id":178531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:36.000Z","modified_at":"2026-02-06T04:25:36.000Z","name":"Erika Krajcik","mobile_number":"240-235-9951","email_id":"Liana9@gmail.com","dop":"2025-04-06","serial_number":"16082270862852892","imei1":"16082270862852892","imei2":"16082270862852892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178524,"job_number":"JOB_178524","tr_customer_id":178542,"tr_customer_product_id":178532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15728561089745","imei1":"15728561089745","imei2":"15728561089745","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178527,"job_number":"JOB_178527","tr_customer_id":178545,"tr_customer_product_id":178535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:25:37.000Z","name":"Pauline Koepp","mobile_number":"677-862-9381","email_id":"Betty70@gmail.com","dop":"2025-04-06","serial_number":"19822419286886230","imei1":"19822419286886230","imei2":"19822419286886230","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178528,"job_number":"JOB_178528","tr_customer_id":178546,"tr_customer_product_id":178536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Donato Hoeger","mobile_number":"513-564-4530","email_id":"Imelda_Williamson63@hotmail.com","dop":"2025-04-06","serial_number":"10538238419780216","imei1":"10538238419780216","imei2":"10538238419780216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178529,"job_number":"JOB_178529","tr_customer_id":178547,"tr_customer_product_id":178537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:38.000Z","modified_at":"2026-02-06T04:25:38.000Z","name":"Yolanda Langworth","mobile_number":"724-673-5316","email_id":"Antwon.Kohler@hotmail.com","dop":"2025-04-06","serial_number":"13091133389171050","imei1":"13091133389171050","imei2":"13091133389171050","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178530,"job_number":"JOB_178530","tr_customer_id":178548,"tr_customer_product_id":178538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"61826451032656","imei1":"61826451032656","imei2":"61826451032656","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178531,"job_number":"JOB_178531","tr_customer_id":178549,"tr_customer_product_id":178539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:39.000Z","modified_at":"2026-02-06T04:25:39.000Z","name":"Desmond Prosacco","mobile_number":"302-486-7207","email_id":"Nikolas92@hotmail.com","dop":"2025-02-01","serial_number":"59083035882134","imei1":"59083035882134","imei2":"59083035882134","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178534,"job_number":"JOB_178534","tr_customer_id":178552,"tr_customer_product_id":178542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18010633755174","imei1":"18010633755174","imei2":"18010633755174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178536,"job_number":"JOB_178536","tr_customer_id":178554,"tr_customer_product_id":178544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:46.000Z","modified_at":"2026-02-06T04:25:46.000Z","name":"Giuseppe Collier","mobile_number":"276-534-5915","email_id":"Autumn_Bahringer@hotmail.com","dop":"2025-04-06","serial_number":"12677070920607140","imei1":"12677070920607140","imei2":"12677070920607140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178539,"job_number":"JOB_178539","tr_customer_id":178557,"tr_customer_product_id":178547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:25:49.000Z","name":"Vivianne Hettinger","mobile_number":"203-702-1764","email_id":"Burnice_Morissette31@yahoo.com","dop":"2025-04-06","serial_number":"17136511334334226","imei1":"17136511334334226","imei2":"17136511334334226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178541,"job_number":"JOB_178541","tr_customer_id":178559,"tr_customer_product_id":178549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:50.000Z","modified_at":"2026-02-06T04:25:50.000Z","name":"Adeline Vandervort","mobile_number":"547-477-1692","email_id":"Stephany_Reichel69@gmail.com","dop":"2025-04-06","serial_number":"16071683039814516","imei1":"16071683039814516","imei2":"16071683039814516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178543,"job_number":"JOB_178543","tr_customer_id":178561,"tr_customer_product_id":178551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10964019334469","imei1":"10964019334469","imei2":"10964019334469","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178545,"job_number":"JOB_178545","tr_customer_id":178563,"tr_customer_product_id":178553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:01.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16426823611431","imei1":"16426823611431","imei2":"16426823611431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178547,"job_number":"JOB_178547","tr_customer_id":178565,"tr_customer_product_id":178555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Earline Steuber","mobile_number":"374-537-5038","email_id":"Gregg.Brakus@gmail.com","dop":"2025-04-06","serial_number":"14346289959684856","imei1":"14346289959684856","imei2":"14346289959684856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178548,"job_number":"JOB_178548","tr_customer_id":178566,"tr_customer_product_id":178556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:03.000Z","modified_at":"2026-02-06T04:26:03.000Z","name":"Kaya VonRueden","mobile_number":"625-228-8688","email_id":"Adan.Jaskolski@gmail.com","dop":"2025-04-06","serial_number":"16721644071390164","imei1":"16721644071390164","imei2":"16721644071390164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178550,"job_number":"JOB_178550","tr_customer_id":178568,"tr_customer_product_id":178558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:11.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10403269301943","imei1":"10403269301943","imei2":"10403269301943","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178552,"job_number":"JOB_178552","tr_customer_id":178570,"tr_customer_product_id":178560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:12.000Z","name":"Scottie Morissette","mobile_number":"864-732-1324","email_id":"Jamir3@gmail.com","dop":"2025-06-18","serial_number":"1027193288915597","imei1":"1027193288915597","imei2":"1027193288915597","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178553,"job_number":"JOB_178553","tr_customer_id":178571,"tr_customer_product_id":178561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13706601843694","imei1":"13706601843694","imei2":"13706601843694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178555,"job_number":"JOB_178555","tr_customer_id":178573,"tr_customer_product_id":178563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:17.000Z","modified_at":"2026-02-06T04:26:17.000Z","name":"Cordie Will","mobile_number":"650-871-1929","email_id":"Wilfred.Graham66@hotmail.com","dop":"2025-04-06","serial_number":"19988512991387452","imei1":"19988512991387452","imei2":"19988512991387452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178556,"job_number":"JOB_178556","tr_customer_id":178574,"tr_customer_product_id":178564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178557,"job_number":"JOB_178557","tr_customer_id":178575,"tr_customer_product_id":178565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12439106637031","imei1":"12439106637031","imei2":"12439106637031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178558,"job_number":"JOB_178558","tr_customer_id":178576,"tr_customer_product_id":178566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:18.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"109777973214607","imei1":"109777973214607","imei2":"109777973214607","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178561,"job_number":"JOB_178561","tr_customer_id":178579,"tr_customer_product_id":178569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:20.000Z","modified_at":"2026-02-06T04:26:20.000Z","name":"Seamus West","mobile_number":"589-622-9480","email_id":"Kamren_Legros@gmail.com","dop":"2025-04-06","serial_number":"12859104703562404","imei1":"12859104703562404","imei2":"12859104703562404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178562,"job_number":"JOB_178562","tr_customer_id":178580,"tr_customer_product_id":178570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12514679135467","imei1":"12514679135467","imei2":"12514679135467","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178563,"job_number":"JOB_178563","tr_customer_id":178581,"tr_customer_product_id":178571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"44703666950825","imei1":"44703666950825","imei2":"44703666950825","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178565,"job_number":"JOB_178565","tr_customer_id":178583,"tr_customer_product_id":178573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:26:21.000Z","name":"Kenyatta Waelchi","mobile_number":"954-290-1328","email_id":"Peggie_Dooley13@yahoo.com","dop":"2025-02-01","serial_number":"60238433192203","imei1":"60238433192203","imei2":"60238433192203","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178567,"job_number":"JOB_178567","tr_customer_id":178585,"tr_customer_product_id":178575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14944188289788","imei1":"14944188289788","imei2":"14944188289788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178569,"job_number":"JOB_178569","tr_customer_id":178587,"tr_customer_product_id":178577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:23.000Z","name":"Estell Ward","mobile_number":"570-632-4988","email_id":"Freda.Pacocha@yahoo.com","dop":"2025-04-06","serial_number":"10306304886803536","imei1":"10306304886803536","imei2":"10306304886803536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178571,"job_number":"JOB_178571","tr_customer_id":178589,"tr_customer_product_id":178579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Kristian Carroll","mobile_number":"201-975-5544","email_id":"Madelynn26@yahoo.com","dop":"2025-04-06","serial_number":"10343468932225162","imei1":"10343468932225162","imei2":"10343468932225162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178575,"job_number":"JOB_178575","tr_customer_id":178593,"tr_customer_product_id":178583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18320652927458","imei1":"18320652927458","imei2":"18320652927458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178576,"job_number":"JOB_178576","tr_customer_id":178594,"tr_customer_product_id":178584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:26:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19470492036617","imei1":"19470492036617","imei2":"19470492036617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178579,"job_number":"JOB_178579","tr_customer_id":178597,"tr_customer_product_id":178587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Hoyt Trantow","mobile_number":"711-503-0176","email_id":"Peter37@hotmail.com","dop":"2025-04-06","serial_number":"16914856871402736","imei1":"16914856871402736","imei2":"16914856871402736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178580,"job_number":"JOB_178580","tr_customer_id":178598,"tr_customer_product_id":178588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:33.000Z","modified_at":"2026-02-06T04:26:33.000Z","name":"Idella Gutmann","mobile_number":"733-866-7358","email_id":"Kraig33@gmail.com","dop":"2025-04-06","serial_number":"10704171092859772","imei1":"10704171092859772","imei2":"10704171092859772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178582,"job_number":"JOB_178582","tr_customer_id":178600,"tr_customer_product_id":178590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:38.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Ronaldo Parker","mobile_number":"858-829-3361","email_id":"London87@gmail.com","dop":"2025-05-30","serial_number":"11583773899448","imei1":"11583773899448","imei2":"11583773899448","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178583,"job_number":"JOB_178583","tr_customer_id":178601,"tr_customer_product_id":178591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:39.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Thomas Ruecker","mobile_number":"345-540-5113","email_id":"Davin52@gmail.com","dop":"2025-05-30","serial_number":"1684270737051338","imei1":"1684270737051338","imei2":"1684270737051338","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178584,"job_number":"JOB_178584","tr_customer_id":178602,"tr_customer_product_id":178592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:44.000Z","modified_at":"2026-02-06T04:26:44.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"17400592779866","imei1":"17400592779866","imei2":"17400592779866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178586,"job_number":"JOB_178586","tr_customer_id":178604,"tr_customer_product_id":178594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:26:45.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"10516775299390","imei1":"10516775299390","imei2":"10516775299390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178588,"job_number":"JOB_178588","tr_customer_id":178606,"tr_customer_product_id":178596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"Jalon Ondricka","mobile_number":"970-948-8823","email_id":"Lorenzo27@gmail.com","dop":"2025-04-06","serial_number":"17271625273434000","imei1":"17271625273434000","imei2":"17271625273434000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178589,"job_number":"JOB_178589","tr_customer_id":178607,"tr_customer_product_id":178597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:46.000Z","modified_at":"2026-02-06T04:26:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10359142857257","imei1":"10359142857257","imei2":"10359142857257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178591,"job_number":"JOB_178591","tr_customer_id":178609,"tr_customer_product_id":178599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:26:47.000Z","name":"Olaf Farrell","mobile_number":"950-399-6227","email_id":"Vernice_Koepp29@gmail.com","dop":"2025-04-06","serial_number":"11660814631903810","imei1":"11660814631903810","imei2":"11660814631903810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178592,"job_number":"JOB_178592","tr_customer_id":178610,"tr_customer_product_id":178600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:48.000Z","modified_at":"2026-02-06T04:26:48.000Z","name":"Malcolm Kuhic","mobile_number":"788-738-0788","email_id":"Waino37@gmail.com","dop":"2025-04-06","serial_number":"11041428730950084","imei1":"11041428730950084","imei2":"11041428730950084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178597,"job_number":"JOB_178597","tr_customer_id":178615,"tr_customer_product_id":178605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:26:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17835975889890","imei1":"17835975889890","imei2":"17835975889890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178599,"job_number":"JOB_178599","tr_customer_id":178617,"tr_customer_product_id":178607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10559051912688","imei1":"10559051912688","imei2":"10559051912688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178601,"job_number":"JOB_178601","tr_customer_id":178619,"tr_customer_product_id":178609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:26:55.000Z","name":"Rogelio Gerhold","mobile_number":"996-241-0281","email_id":"Lavina.Rogahn@hotmail.com","dop":"2025-04-06","serial_number":"11983288882567382","imei1":"11983288882567382","imei2":"11983288882567382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178602,"job_number":"JOB_178602","tr_customer_id":178620,"tr_customer_product_id":178610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:56.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Adriana Reichert","mobile_number":"746-462-8742","email_id":"Brigitte.Berge68@yahoo.com","dop":"2025-04-06","serial_number":"12946161903236286","imei1":"12946161903236286","imei2":"12946161903236286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178603,"job_number":"JOB_178603","tr_customer_id":178621,"tr_customer_product_id":178611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:26:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14738713334005","imei1":"14738713334005","imei2":"14738713334005","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178606,"job_number":"JOB_178606","tr_customer_id":178624,"tr_customer_product_id":178614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:58.000Z","modified_at":"2026-02-06T04:26:58.000Z","name":"Dejon Hills","mobile_number":"342-285-7267","email_id":"Reyna91@hotmail.com","dop":"2025-04-06","serial_number":"18067884298050284","imei1":"18067884298050284","imei2":"18067884298050284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178607,"job_number":"JOB_178607","tr_customer_id":178625,"tr_customer_product_id":178615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17432184561440","imei1":"17432184561440","imei2":"17432184561440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178609,"job_number":"JOB_178609","tr_customer_id":178627,"tr_customer_product_id":178617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:26:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10117175141016","imei1":"10117175141016","imei2":"10117175141016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178611,"job_number":"JOB_178611","tr_customer_id":178629,"tr_customer_product_id":178619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Sarina Lowe","mobile_number":"848-357-8574","email_id":"Maurice_Kirlin3@yahoo.com","dop":"2025-04-06","serial_number":"19867706199451010","imei1":"19867706199451010","imei2":"19867706199451010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178612,"job_number":"JOB_178612","tr_customer_id":178630,"tr_customer_product_id":178620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:01.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Jaunita Hoppe","mobile_number":"270-472-2508","email_id":"Alia18@yahoo.com","dop":"2025-04-06","serial_number":"11464593702653530","imei1":"11464593702653530","imei2":"11464593702653530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178615,"job_number":"JOB_178615","tr_customer_id":178633,"tr_customer_product_id":178623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"58217241061323","imei1":"58217241061323","imei2":"58217241061323","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178617,"job_number":"JOB_178617","tr_customer_id":178635,"tr_customer_product_id":178625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Jamaal Kovacek","mobile_number":"869-545-9290","email_id":"Cayla3@yahoo.com","dop":"2025-02-01","serial_number":"78177378182394","imei1":"78177378182394","imei2":"78177378182394","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178621,"job_number":"JOB_178621","tr_customer_id":178639,"tr_customer_product_id":178629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"19212272612877","imei1":"19212272612877","imei2":"19212272612877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178622,"job_number":"JOB_178622","tr_customer_id":178640,"tr_customer_product_id":178630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106169827767166","imei1":"106169827767166","imei2":"106169827767166","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178627,"job_number":"JOB_178627","tr_customer_id":178645,"tr_customer_product_id":178635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16234703931539","imei1":"16234703931539","imei2":"16234703931539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178629,"job_number":"JOB_178629","tr_customer_id":178647,"tr_customer_product_id":178637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:06.000Z","name":"Raleigh Mertz","mobile_number":"987-888-1168","email_id":"Rudolph_Morissette68@hotmail.com","dop":"2025-04-06","serial_number":"19983453046833390","imei1":"19983453046833390","imei2":"19983453046833390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178632,"job_number":"JOB_178632","tr_customer_id":178650,"tr_customer_product_id":178640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16457469309090","imei1":"16457469309090","imei2":"16457469309090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178633,"job_number":"JOB_178633","tr_customer_id":178651,"tr_customer_product_id":178641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Colten Larkin","mobile_number":"422-793-4233","email_id":"Erik33@gmail.com","dop":"2025-04-06","serial_number":"19528582159958816","imei1":"19528582159958816","imei2":"19528582159958816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178635,"job_number":"JOB_178635","tr_customer_id":178653,"tr_customer_product_id":178643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17448791802041","imei1":"17448791802041","imei2":"17448791802041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178636,"job_number":"JOB_178636","tr_customer_id":178654,"tr_customer_product_id":178644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17784905583504","imei1":"17784905583504","imei2":"17784905583504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178641,"job_number":"JOB_178641","tr_customer_id":178659,"tr_customer_product_id":178649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Karianne Collier","mobile_number":"642-689-1647","email_id":"Darion.Brown@gmail.com","dop":"2025-04-06","serial_number":"12848552859892608","imei1":"12848552859892608","imei2":"12848552859892608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178642,"job_number":"JOB_178642","tr_customer_id":178660,"tr_customer_product_id":178650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Rocio Stracke","mobile_number":"808-485-5015","email_id":"Kaitlin.Koelpin@hotmail.com","dop":"2025-04-06","serial_number":"17279383694712772","imei1":"17279383694712772","imei2":"17279383694712772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178643,"job_number":"JOB_178643","tr_customer_id":178661,"tr_customer_product_id":178651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:09.000Z","modified_at":"2026-02-06T04:27:09.000Z","name":"Neha Bins","mobile_number":"619-502-5763","email_id":"Trever_Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"11301039194387344","imei1":"11301039194387344","imei2":"11301039194387344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178645,"job_number":"JOB_178645","tr_customer_id":178663,"tr_customer_product_id":178653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:10.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13444158023568","imei1":"13444158023568","imei2":"13444158023568","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178647,"job_number":"JOB_178647","tr_customer_id":178665,"tr_customer_product_id":178655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:12.000Z","modified_at":"2026-02-06T04:27:12.000Z","name":"Domenic Hahn","mobile_number":"251-619-7850","email_id":"Rusty.Yundt@gmail.com","dop":"2025-04-06","serial_number":"12622829384691066","imei1":"12622829384691066","imei2":"12622829384691066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178648,"job_number":"JOB_178648","tr_customer_id":178666,"tr_customer_product_id":178656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:15.000Z","modified_at":"2026-02-06T04:27:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11399539866676","imei1":"11399539866676","imei2":"11399539866676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178650,"job_number":"JOB_178650","tr_customer_id":178668,"tr_customer_product_id":178658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11147600784300","imei1":"11147600784300","imei2":"11147600784300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178651,"job_number":"JOB_178651","tr_customer_id":178669,"tr_customer_product_id":178659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:17.000Z","modified_at":"2026-02-06T04:27:17.000Z","name":"Joanne Schneider","mobile_number":"988-680-3142","email_id":"Bradford18@gmail.com","dop":"2025-04-06","serial_number":"17514484511753048","imei1":"17514484511753048","imei2":"17514484511753048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178655,"job_number":"JOB_178655","tr_customer_id":178673,"tr_customer_product_id":178663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Colten Howell","mobile_number":"605-740-4987","email_id":"Octavia.Gaylord@yahoo.com","dop":"2025-04-06","serial_number":"11659212791736908","imei1":"11659212791736908","imei2":"11659212791736908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178658,"job_number":"JOB_178658","tr_customer_id":178676,"tr_customer_product_id":178666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:28.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"10364004686617","imei1":"10364004686617","imei2":"10364004686617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178660,"job_number":"JOB_178660","tr_customer_id":178678,"tr_customer_product_id":178668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:30.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Gwendolyn Pacocha","mobile_number":"707-591-2277","email_id":"Joshua_Maggio62@hotmail.com","dop":"2025-04-06","serial_number":"16252301995851752","imei1":"16252301995851752","imei2":"16252301995851752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178661,"job_number":"JOB_178661","tr_customer_id":178679,"tr_customer_product_id":178669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:31.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10635861889164","imei1":"10635861889164","imei2":"10635861889164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178664,"job_number":"JOB_178664","tr_customer_id":178682,"tr_customer_product_id":178672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:33.000Z","name":"Turner Roberts","mobile_number":"348-880-9834","email_id":"Elnora.Flatley@gmail.com","dop":"2025-04-06","serial_number":"10378810664574000","imei1":"10378810664574000","imei2":"10378810664574000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178668,"job_number":"JOB_178668","tr_customer_id":178686,"tr_customer_product_id":178676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17984797148521","imei1":"17984797148521","imei2":"17984797148521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178670,"job_number":"JOB_178670","tr_customer_id":178688,"tr_customer_product_id":178678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:36.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Florencio Leannon","mobile_number":"713-249-4156","email_id":"Michelle.Kirlin79@gmail.com","dop":"2025-04-06","serial_number":"17524136060503436","imei1":"17524136060503436","imei2":"17524136060503436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178671,"job_number":"JOB_178671","tr_customer_id":178689,"tr_customer_product_id":178679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:38.000Z","modified_at":"2026-02-06T04:27:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10420933726418","imei1":"10420933726418","imei2":"10420933726418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178673,"job_number":"JOB_178673","tr_customer_id":178691,"tr_customer_product_id":178681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:40.000Z","modified_at":"2026-02-06T04:27:40.000Z","name":"Aniya Carroll","mobile_number":"957-618-9941","email_id":"Akeem.Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"16358632400385522","imei1":"16358632400385522","imei2":"16358632400385522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178674,"job_number":"JOB_178674","tr_customer_id":178692,"tr_customer_product_id":178682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12665850014341","imei1":"12665850014341","imei2":"12665850014341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178676,"job_number":"JOB_178676","tr_customer_id":178694,"tr_customer_product_id":178684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Anais Stehr","mobile_number":"486-888-5711","email_id":"Zita22@yahoo.com","dop":"2025-04-06","serial_number":"18446361540043390","imei1":"18446361540043390","imei2":"18446361540043390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178678,"job_number":"JOB_178678","tr_customer_id":178696,"tr_customer_product_id":178686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:48.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"14224546775715","imei1":"14224546775715","imei2":"14224546775715","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178680,"job_number":"JOB_178680","tr_customer_id":178698,"tr_customer_product_id":178688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"Rosemary Trantow","mobile_number":"492-890-5357","email_id":"Eduardo.Stehr@yahoo.com","dop":"2025-04-06","serial_number":"18587927309518220","imei1":"18587927309518220","imei2":"18587927309518220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178681,"job_number":"JOB_178681","tr_customer_id":178699,"tr_customer_product_id":178689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:50.000Z","modified_at":"2026-02-06T04:27:50.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"103166430859853","imei1":"103166430859853","imei2":"103166430859853","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178683,"job_number":"JOB_178683","tr_customer_id":178701,"tr_customer_product_id":178691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18203108081644","imei1":"18203108081644","imei2":"18203108081644","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178685,"job_number":"JOB_178685","tr_customer_id":178703,"tr_customer_product_id":178693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:27:51.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"11901758758759","imei1":"11901758758759","imei2":"11901758758759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178689,"job_number":"JOB_178689","tr_customer_id":178707,"tr_customer_product_id":178697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Ricky Waters","mobile_number":"489-410-5486","email_id":"Sylvan35@yahoo.com","dop":"2025-04-06","serial_number":"19958567143341184","imei1":"19958567143341184","imei2":"19958567143341184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178690,"job_number":"JOB_178690","tr_customer_id":178708,"tr_customer_product_id":178698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:53.000Z","modified_at":"2026-02-06T04:27:53.000Z","name":"Oma Bernhard","mobile_number":"512-351-4382","email_id":"Chaz_Renner@yahoo.com","dop":"2025-04-06","serial_number":"13046199834492742","imei1":"13046199834492742","imei2":"13046199834492742","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178692,"job_number":"JOB_178692","tr_customer_id":178710,"tr_customer_product_id":178700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:27:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17841808948419","imei1":"17841808948419","imei2":"17841808948419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178694,"job_number":"JOB_178694","tr_customer_id":178712,"tr_customer_product_id":178702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:58.000Z","modified_at":"2026-02-06T04:27:58.000Z","name":"Ivory O'Conner","mobile_number":"594-377-2545","email_id":"Antoinette_Koss@yahoo.com","dop":"2025-04-06","serial_number":"16315199843903030","imei1":"16315199843903030","imei2":"16315199843903030","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178695,"job_number":"JOB_178695","tr_customer_id":178713,"tr_customer_product_id":178703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:59.000Z","modified_at":"2026-02-06T04:27:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19355442700455","imei1":"19355442700455","imei2":"19355442700455","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178697,"job_number":"JOB_178697","tr_customer_id":178715,"tr_customer_product_id":178705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:01.000Z","modified_at":"2026-02-06T04:28:01.000Z","name":"Maximillia Lynch","mobile_number":"853-716-6375","email_id":"Connor.Vandervort17@yahoo.com","dop":"2025-04-06","serial_number":"14744004279946126","imei1":"14744004279946126","imei2":"14744004279946126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178698,"job_number":"JOB_178698","tr_customer_id":178716,"tr_customer_product_id":178706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:12.000Z","modified_at":"2026-02-06T04:28:12.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"18910778625285","imei1":"18910778625285","imei2":"18910778625285","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178700,"job_number":"JOB_178700","tr_customer_id":178718,"tr_customer_product_id":178708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:14.000Z","modified_at":"2026-02-06T04:28:14.000Z","name":"Kaleb VonRueden","mobile_number":"420-268-9186","email_id":"Vernon.Stracke48@gmail.com","dop":"2025-04-06","serial_number":"19700165812424744","imei1":"19700165812424744","imei2":"19700165812424744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178701,"job_number":"JOB_178701","tr_customer_id":178719,"tr_customer_product_id":178709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17952968294950","imei1":"17952968294950","imei2":"17952968294950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178703,"job_number":"JOB_178703","tr_customer_id":178721,"tr_customer_product_id":178711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:17.000Z","modified_at":"2026-02-06T04:28:17.000Z","name":"August Hauck","mobile_number":"414-451-5437","email_id":"Kaleb.Smitham89@gmail.com","dop":"2025-04-06","serial_number":"12389791134142702","imei1":"12389791134142702","imei2":"12389791134142702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178704,"job_number":"JOB_178704","tr_customer_id":178722,"tr_customer_product_id":178712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13266824234433","imei1":"13266824234433","imei2":"13266824234433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178705,"job_number":"JOB_178705","tr_customer_id":178723,"tr_customer_product_id":178713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:21.000Z","modified_at":"2026-02-06T04:28:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19755863193834","imei1":"19755863193834","imei2":"19755863193834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178708,"job_number":"JOB_178708","tr_customer_id":178726,"tr_customer_product_id":178716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Otha Jaskolski","mobile_number":"329-342-9708","email_id":"German_Sauer@yahoo.com","dop":"2025-04-06","serial_number":"10125649834708324","imei1":"10125649834708324","imei2":"10125649834708324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178709,"job_number":"JOB_178709","tr_customer_id":178727,"tr_customer_product_id":178717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:23.000Z","modified_at":"2026-02-06T04:28:23.000Z","name":"Alek Rau","mobile_number":"373-276-1015","email_id":"Jeremy.Kunze75@hotmail.com","dop":"2025-04-06","serial_number":"13383844675265990","imei1":"13383844675265990","imei2":"13383844675265990","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178710,"job_number":"JOB_178710","tr_customer_id":178728,"tr_customer_product_id":178718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:28:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10161171215380","imei1":"10161171215380","imei2":"10161171215380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178712,"job_number":"JOB_178712","tr_customer_id":178730,"tr_customer_product_id":178720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:29.000Z","modified_at":"2026-02-06T04:28:29.000Z","name":"Keegan Bednar","mobile_number":"885-466-9861","email_id":"Karina.Marks@gmail.com","dop":"2025-04-06","serial_number":"14992407945770456","imei1":"14992407945770456","imei2":"14992407945770456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178713,"job_number":"JOB_178713","tr_customer_id":178731,"tr_customer_product_id":178721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:28:32.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"14153835928335","imei1":"14153835928335","imei2":"14153835928335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178715,"job_number":"JOB_178715","tr_customer_id":178733,"tr_customer_product_id":178723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:33.000Z","modified_at":"2026-02-06T04:28:33.000Z","name":"Hal Raynor","mobile_number":"614-352-1644","email_id":"Reilly.Dach@hotmail.com","dop":"2025-04-06","serial_number":"13441820016594886","imei1":"13441820016594886","imei2":"13441820016594886","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178718,"job_number":"JOB_178718","tr_customer_id":178736,"tr_customer_product_id":178726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:28:35.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14282972025873","imei1":"14282972025873","imei2":"14282972025873","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178721,"job_number":"JOB_178721","tr_customer_id":178739,"tr_customer_product_id":178729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:37.000Z","modified_at":"2026-02-06T04:28:37.000Z","name":"Pat Torp","mobile_number":"765-385-5819","email_id":"Wiley.Will12@hotmail.com","dop":"2025-04-06","serial_number":"10769057371513072","imei1":"10769057371513072","imei2":"10769057371513072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178722,"job_number":"JOB_178722","tr_customer_id":178740,"tr_customer_product_id":178730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:28:41.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16197931943569","imei1":"16197931943569","imei2":"16197931943569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178724,"job_number":"JOB_178724","tr_customer_id":178742,"tr_customer_product_id":178732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:43.000Z","modified_at":"2026-02-06T04:28:43.000Z","name":"Quinn Durgan","mobile_number":"295-879-0327","email_id":"Jedediah86@yahoo.com","dop":"2025-04-06","serial_number":"14860089658515574","imei1":"14860089658515574","imei2":"14860089658515574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:28:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178725,"job_number":"JOB_178725","tr_customer_id":178743,"tr_customer_product_id":178733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18994702700409","imei1":"18994702700409","imei2":"18994702700409","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178727,"job_number":"JOB_178727","tr_customer_id":178745,"tr_customer_product_id":178735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:06.000Z","modified_at":"2026-02-06T04:29:06.000Z","name":"Arnaldo Vandervort","mobile_number":"617-883-3943","email_id":"Greyson6@yahoo.com","dop":"2025-04-06","serial_number":"10342429698378404","imei1":"10342429698378404","imei2":"10342429698378404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178728,"job_number":"JOB_178728","tr_customer_id":178746,"tr_customer_product_id":178736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:29:50.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13985526804653","imei1":"13985526804653","imei2":"13985526804653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178730,"job_number":"JOB_178730","tr_customer_id":178748,"tr_customer_product_id":178738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:52.000Z","modified_at":"2026-02-06T04:29:52.000Z","name":"Carley O'Connell","mobile_number":"802-411-1914","email_id":"Rosetta_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"14137821969222900","imei1":"14137821969222900","imei2":"14137821969222900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178731,"job_number":"JOB_178731","tr_customer_id":178749,"tr_customer_product_id":178739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12217102399685","imei1":"12217102399685","imei2":"12217102399685","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178732,"job_number":"JOB_178732","tr_customer_id":178750,"tr_customer_product_id":178740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89548992262857","imei1":"89548992262857","imei2":"89548992262857","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178733,"job_number":"JOB_178733","tr_customer_id":178751,"tr_customer_product_id":178741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:49.000Z","modified_at":"2026-02-06T04:42:49.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78838858674141","imei1":"78838858674141","imei2":"78838858674141","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178734,"job_number":"JOB_178734","tr_customer_id":178752,"tr_customer_product_id":178742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24966261039406","imei1":"24966261039406","imei2":"24966261039406","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178735,"job_number":"JOB_178735","tr_customer_id":178753,"tr_customer_product_id":178743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30765187438763","imei1":"30765187438763","imei2":"30765187438763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178736,"job_number":"JOB_178736","tr_customer_id":178754,"tr_customer_product_id":178744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:50.000Z","modified_at":"2026-02-06T04:42:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97324570908233","imei1":"97324570908233","imei2":"97324570908233","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:42:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178738,"job_number":"JOB_178738","tr_customer_id":178756,"tr_customer_product_id":178746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21257513707693","imei1":"21257513707693","imei2":"21257513707693","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178739,"job_number":"JOB_178739","tr_customer_id":178757,"tr_customer_product_id":178747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62017311249495","imei1":"62017311249495","imei2":"62017311249495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178740,"job_number":"JOB_178740","tr_customer_id":178758,"tr_customer_product_id":178748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:21.000Z","modified_at":"2026-02-06T04:43:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78162092394913","imei1":"78162092394913","imei2":"78162092394913","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178741,"job_number":"JOB_178741","tr_customer_id":178759,"tr_customer_product_id":178749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58106167787568","imei1":"58106167787568","imei2":"58106167787568","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178742,"job_number":"JOB_178742","tr_customer_id":178760,"tr_customer_product_id":178750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64828990299996","imei1":"64828990299996","imei2":"64828990299996","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178743,"job_number":"JOB_178743","tr_customer_id":178761,"tr_customer_product_id":178751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:22.000Z","modified_at":"2026-02-06T04:43:22.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"57895214111608","imei1":"57895214111608","imei2":"57895214111608","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178745,"job_number":"JOB_178745","tr_customer_id":178763,"tr_customer_product_id":178753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61818063366763","imei1":"61818063366763","imei2":"61818063366763","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178746,"job_number":"JOB_178746","tr_customer_id":178764,"tr_customer_product_id":178754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13574372875249","imei1":"13574372875249","imei2":"13574372875249","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178747,"job_number":"JOB_178747","tr_customer_id":178765,"tr_customer_product_id":178755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:53.000Z","modified_at":"2026-02-06T04:43:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28633608120676","imei1":"28633608120676","imei2":"28633608120676","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178748,"job_number":"JOB_178748","tr_customer_id":178766,"tr_customer_product_id":178756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97488882844153","imei1":"97488882844153","imei2":"97488882844153","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178749,"job_number":"JOB_178749","tr_customer_id":178767,"tr_customer_product_id":178757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60914604529396","imei1":"60914604529396","imei2":"60914604529396","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178750,"job_number":"JOB_178750","tr_customer_id":178768,"tr_customer_product_id":178758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:43:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70351658034635","imei1":"70351658034635","imei2":"70351658034635","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:43:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178762,"job_number":"JOB_178762","tr_customer_id":178780,"tr_customer_product_id":178770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:31.000Z","modified_at":"2026-02-06T05:13:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"76579254897150","imei1":"76579254897150","imei2":"76579254897150","popurl":"2026-01-27T05:13:30.782368454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178763,"job_number":"JOB_178763","tr_customer_id":178781,"tr_customer_product_id":178771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:39.000Z","modified_at":"2026-02-06T05:13:39.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-27","serial_number":"28715098310814","imei1":"28715098310814","imei2":"28715098310814","popurl":"2026-01-27T05:13:38.620003950Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178765,"job_number":"JOB_178765","tr_customer_id":178783,"tr_customer_product_id":178773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:52.000Z","modified_at":"2026-02-06T05:17:52.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101133688345349","imei1":"101133688345349","imei2":"101133688345349","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178767,"job_number":"JOB_178767","tr_customer_id":178785,"tr_customer_product_id":178775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:06.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"108418687296613","imei1":"108418687296613","imei2":"108418687296613","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178774,"job_number":"JOB_178774","tr_customer_id":178792,"tr_customer_product_id":178782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:22.000Z","modified_at":"2026-02-06T05:34:22.000Z","name":"Monica Carroll","mobile_number":"766-936-1003","email_id":"Eveline_Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18207855446145750","imei1":"18207855446145750","imei2":"18207855446145750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178776,"job_number":"JOB_178776","tr_customer_id":178794,"tr_customer_product_id":178784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:36.000Z","modified_at":"2026-02-06T05:34:36.000Z","name":"Koby Schimmel","mobile_number":"981-735-9508","email_id":"Angeline77@yahoo.com","dop":"2025-04-06","serial_number":"12210067824541870","imei1":"12210067824541870","imei2":"12210067824541870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:34:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178787,"job_number":"JOB_178787","tr_customer_id":178805,"tr_customer_product_id":178795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:50.000Z","modified_at":"2026-02-06T06:37:50.000Z","name":"Louvenia Johnson","mobile_number":"667-257-5528","email_id":"Leopold_Zieme@gmail.com","dop":"2026-01-23","serial_number":"16756615019716","imei1":"16756615019716","imei2":"16756615019716","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178797,"job_number":"JOB_178797","tr_customer_id":178815,"tr_customer_product_id":178805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:00.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"103136425255783","imei1":"103136425255783","imei2":"103136425255783","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178800,"job_number":"JOB_178800","tr_customer_id":178818,"tr_customer_product_id":178808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:04.000Z","modified_at":"2026-02-06T06:40:04.000Z","name":"Mia Conroy","mobile_number":"898-670-0881","email_id":"Terrill.Rippin37@hotmail.com","dop":"2026-01-23","serial_number":"173741310402395","imei1":"173741310402395","imei2":"173741310402395","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178802,"job_number":"JOB_178802","tr_customer_id":178820,"tr_customer_product_id":178810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:52.000Z","modified_at":"2026-02-06T06:40:52.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"106137791336693","imei1":"106137791336693","imei2":"106137791336693","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178806,"job_number":"JOB_178806","tr_customer_id":178824,"tr_customer_product_id":178814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:41:48.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109105377580437","imei1":"109105377580437","imei2":"109105377580437","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178809,"job_number":"JOB_178809","tr_customer_id":178827,"tr_customer_product_id":178817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:00.000Z","modified_at":"2026-02-06T06:42:00.000Z","name":"Fletcher Grady","mobile_number":"612-602-8336","email_id":"Mervin.Towne@gmail.com","dop":"2025-04-06","serial_number":"19410223496156264","imei1":"19410223496156264","imei2":"19410223496156264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178810,"job_number":"JOB_178810","tr_customer_id":178828,"tr_customer_product_id":178818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:08.000Z","modified_at":"2026-02-06T06:42:08.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10523661500972","imei1":"10523661500972","imei2":"10523661500972","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178812,"job_number":"JOB_178812","tr_customer_id":178830,"tr_customer_product_id":178820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:10.000Z","name":"Tre Lindgren","mobile_number":"676-872-4769","email_id":"Kenya.Hodkiewicz@yahoo.com","dop":"2025-06-18","serial_number":"1099169861774685","imei1":"1099169861774685","imei2":"1099169861774685","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178813,"job_number":"JOB_178813","tr_customer_id":178831,"tr_customer_product_id":178821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:42:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14739058439828","imei1":"14739058439828","imei2":"14739058439828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178815,"job_number":"JOB_178815","tr_customer_id":178833,"tr_customer_product_id":178823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:34.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Nicklaus Kuhn","mobile_number":"603-234-3536","email_id":"Beverly.Donnelly7@hotmail.com","dop":"2025-04-06","serial_number":"13570138412744692","imei1":"13570138412744692","imei2":"13570138412744692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178816,"job_number":"JOB_178816","tr_customer_id":178834,"tr_customer_product_id":178824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:58.000Z","modified_at":"2026-02-06T06:42:58.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10891095280807","imei1":"10891095280807","imei2":"10891095280807","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178818,"job_number":"JOB_178818","tr_customer_id":178836,"tr_customer_product_id":178826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:42:59.000Z","name":"Jessyca Reichel","mobile_number":"929-223-8313","email_id":"Felicita74@yahoo.com","dop":"2025-06-18","serial_number":"1043643024568567","imei1":"1043643024568567","imei2":"1043643024568567","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178819,"job_number":"JOB_178819","tr_customer_id":178837,"tr_customer_product_id":178827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11010240020635","imei1":"11010240020635","imei2":"11010240020635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178821,"job_number":"JOB_178821","tr_customer_id":178839,"tr_customer_product_id":178829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:12.000Z","modified_at":"2026-02-06T06:43:12.000Z","name":"Janie Haley","mobile_number":"653-765-0477","email_id":"Bonnie.Wolf50@gmail.com","dop":"2025-04-06","serial_number":"15654767243344996","imei1":"15654767243344996","imei2":"15654767243344996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178822,"job_number":"JOB_178822","tr_customer_id":178840,"tr_customer_product_id":178830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14842034057241","imei1":"14842034057241","imei2":"14842034057241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178824,"job_number":"JOB_178824","tr_customer_id":178842,"tr_customer_product_id":178832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:17.000Z","modified_at":"2026-02-06T06:43:17.000Z","name":"Kailee Kohler","mobile_number":"397-332-8652","email_id":"Frederick_Zemlak@gmail.com","dop":"2025-04-06","serial_number":"16985789478389866","imei1":"16985789478389866","imei2":"16985789478389866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178825,"job_number":"JOB_178825","tr_customer_id":178843,"tr_customer_product_id":178833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:57.000Z","modified_at":"2026-02-06T06:43:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11480178311106","imei1":"11480178311106","imei2":"11480178311106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178827,"job_number":"JOB_178827","tr_customer_id":178845,"tr_customer_product_id":178835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"Britney Krajcik","mobile_number":"718-209-2586","email_id":"Jany.Metz@gmail.com","dop":"2025-04-06","serial_number":"17862049717599084","imei1":"17862049717599084","imei2":"17862049717599084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178828,"job_number":"JOB_178828","tr_customer_id":178846,"tr_customer_product_id":178836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18633993096880","imei1":"18633993096880","imei2":"18633993096880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178830,"job_number":"JOB_178830","tr_customer_id":178848,"tr_customer_product_id":178838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:01.000Z","modified_at":"2026-02-06T06:44:01.000Z","name":"Kim Skiles","mobile_number":"494-485-8061","email_id":"Destin.Parker@hotmail.com","dop":"2025-04-06","serial_number":"19123711265213200","imei1":"19123711265213200","imei2":"19123711265213200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178831,"job_number":"JOB_178831","tr_customer_id":178849,"tr_customer_product_id":178839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:07.000Z","modified_at":"2026-02-06T06:44:07.000Z","name":"Efren Gibson","mobile_number":"863-556-6261","email_id":"Ana36@gmail.com","dop":"2025-10-05","serial_number":"15175717885159","imei1":"15175717885159","imei2":"15175717885159","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178832,"job_number":"JOB_178832","tr_customer_id":178850,"tr_customer_product_id":178840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:44:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10978613935534","imei1":"10978613935534","imei2":"10978613935534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178834,"job_number":"JOB_178834","tr_customer_id":178852,"tr_customer_product_id":178842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:45.000Z","modified_at":"2026-02-06T06:44:45.000Z","name":"Dave Davis","mobile_number":"214-848-6625","email_id":"Santa_Kuhlman95@hotmail.com","dop":"2025-04-06","serial_number":"14350976447124766","imei1":"14350976447124766","imei2":"14350976447124766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178836,"job_number":"JOB_178836","tr_customer_id":178854,"tr_customer_product_id":178844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:56.000Z","modified_at":"2026-02-06T06:45:56.000Z","name":"Mckenna Harvey","mobile_number":"361-712-1426","email_id":"Chadrick.Romaguera67@gmail.com","dop":"2026-01-23","serial_number":"158542847062259","imei1":"158542847062259","imei2":"158542847062259","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178837,"job_number":"JOB_178837","tr_customer_id":178855,"tr_customer_product_id":178845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16919980653154","imei1":"16919980653154","imei2":"16919980653154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178839,"job_number":"JOB_178839","tr_customer_id":178857,"tr_customer_product_id":178847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:04.000Z","modified_at":"2026-02-06T06:46:04.000Z","name":"Michele Ernser","mobile_number":"557-455-3590","email_id":"Idella.Johnston@gmail.com","dop":"2025-04-06","serial_number":"11405727434515498","imei1":"11405727434515498","imei2":"11405727434515498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178840,"job_number":"JOB_178840","tr_customer_id":178858,"tr_customer_product_id":178848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:46:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13626324084681","imei1":"13626324084681","imei2":"13626324084681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178842,"job_number":"JOB_178842","tr_customer_id":178860,"tr_customer_product_id":178850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:56.000Z","modified_at":"2026-02-06T06:46:56.000Z","name":"Zoie Dietrich","mobile_number":"575-566-4523","email_id":"Jovan19@hotmail.com","dop":"2025-04-06","serial_number":"14231968804747680","imei1":"14231968804747680","imei2":"14231968804747680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:46:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178844,"job_number":"JOB_178844","tr_customer_id":178862,"tr_customer_product_id":178852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:17.000Z","modified_at":"2026-02-06T06:47:17.000Z","name":"Horacio Mosciski","mobile_number":"605-700-1039","email_id":"Bella_Streich7@yahoo.com","dop":"2026-01-23","serial_number":"142922729188726","imei1":"142922729188726","imei2":"142922729188726","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178845,"job_number":"JOB_178845","tr_customer_id":178863,"tr_customer_product_id":178853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:47:45.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13509145658953","imei1":"13509145658953","imei2":"13509145658953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178847,"job_number":"JOB_178847","tr_customer_id":178865,"tr_customer_product_id":178855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:47.000Z","modified_at":"2026-02-06T06:47:47.000Z","name":"Kamille Dickens","mobile_number":"611-771-4962","email_id":"Tianna.Moen@hotmail.com","dop":"2025-04-06","serial_number":"18853750550819556","imei1":"18853750550819556","imei2":"18853750550819556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178848,"job_number":"JOB_178848","tr_customer_id":178866,"tr_customer_product_id":178856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:28.000Z","modified_at":"2026-02-06T06:48:28.000Z","name":"Josiane Williamson","mobile_number":"425-581-2041","email_id":"Gail_Hayes73@gmail.com","dop":"2025-10-05","serial_number":"15861617411245","imei1":"15861617411245","imei2":"15861617411245","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178852,"job_number":"JOB_178852","tr_customer_id":178870,"tr_customer_product_id":178860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:42.000Z","modified_at":"2026-02-06T06:48:42.000Z","name":"Ryleigh Legros","mobile_number":"472-964-1847","email_id":"Peyton72@hotmail.com","dop":"2026-01-23","serial_number":"136286241355847","imei1":"136286241355847","imei2":"136286241355847","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178857,"job_number":"JOB_178857","tr_customer_id":178875,"tr_customer_product_id":178865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:38.000Z","modified_at":"2026-02-06T06:49:38.000Z","name":"Henry Reinger","mobile_number":"402-580-1840","email_id":"Freddy.Wunsch@gmail.com","dop":"2025-10-05","serial_number":"10113283058728","imei1":"10113283058728","imei2":"10113283058728","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178858,"job_number":"JOB_178858","tr_customer_id":178876,"tr_customer_product_id":178866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:46.000Z","modified_at":"2026-02-06T06:49:46.000Z","name":"Orville Langworth","mobile_number":"978-897-9328","email_id":"Noelia.Muller@gmail.com","dop":"2025-10-05","serial_number":"10736414106113","imei1":"10736414106113","imei2":"10736414106113","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178859,"job_number":"JOB_178859","tr_customer_id":178877,"tr_customer_product_id":178867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18067726902241","imei1":"18067726902241","imei2":"18067726902241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178861,"job_number":"JOB_178861","tr_customer_id":178879,"tr_customer_product_id":178869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:02.000Z","modified_at":"2026-02-06T06:50:02.000Z","name":"Jennifer Schinner","mobile_number":"696-900-6880","email_id":"Travon.Herzog@hotmail.com","dop":"2025-04-06","serial_number":"18281248259133980","imei1":"18281248259133980","imei2":"18281248259133980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178862,"job_number":"JOB_178862","tr_customer_id":178880,"tr_customer_product_id":178870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:50:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12074028403957","imei1":"12074028403957","imei2":"12074028403957","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178864,"job_number":"JOB_178864","tr_customer_id":178882,"tr_customer_product_id":178872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:49.000Z","modified_at":"2026-02-06T06:50:49.000Z","name":"Luisa Hoeger","mobile_number":"727-960-4650","email_id":"Nikki6@yahoo.com","dop":"2025-04-06","serial_number":"15421387150380556","imei1":"15421387150380556","imei2":"15421387150380556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:50:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178865,"job_number":"JOB_178865","tr_customer_id":178883,"tr_customer_product_id":178873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:33.000Z","modified_at":"2026-02-06T06:51:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19519103885961","imei1":"19519103885961","imei2":"19519103885961","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178867,"job_number":"JOB_178867","tr_customer_id":178885,"tr_customer_product_id":178875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:35.000Z","modified_at":"2026-02-06T06:51:35.000Z","name":"Chyna Connelly","mobile_number":"585-398-2706","email_id":"Myriam_Swaniawski@gmail.com","dop":"2025-04-06","serial_number":"17490032086050580","imei1":"17490032086050580","imei2":"17490032086050580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178868,"job_number":"JOB_178868","tr_customer_id":178886,"tr_customer_product_id":178876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14286908152760","imei1":"14286908152760","imei2":"14286908152760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178870,"job_number":"JOB_178870","tr_customer_id":178888,"tr_customer_product_id":178878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:11.000Z","modified_at":"2026-02-06T06:53:11.000Z","name":"Estelle Kreiger","mobile_number":"275-989-0294","email_id":"Cayla.Raynor19@yahoo.com","dop":"2025-04-06","serial_number":"12334707280277968","imei1":"12334707280277968","imei2":"12334707280277968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178871,"job_number":"JOB_178871","tr_customer_id":178889,"tr_customer_product_id":178879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:53:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18054689691058","imei1":"18054689691058","imei2":"18054689691058","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178873,"job_number":"JOB_178873","tr_customer_id":178891,"tr_customer_product_id":178881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:58.000Z","modified_at":"2026-02-06T06:53:58.000Z","name":"Joseph Hansen","mobile_number":"403-771-4986","email_id":"Nico.Kulas@gmail.com","dop":"2025-04-06","serial_number":"17463485163367480","imei1":"17463485163367480","imei2":"17463485163367480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178875,"job_number":"JOB_178875","tr_customer_id":178893,"tr_customer_product_id":178883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:03.000Z","modified_at":"2026-02-06T06:54:03.000Z","name":"Robin Rice","mobile_number":"630-299-8431","email_id":"Donna85@hotmail.com","dop":"2025-04-06","serial_number":"16650476521663000","imei1":"16650476521663000","imei2":"16650476521663000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178876,"job_number":"JOB_178876","tr_customer_id":178894,"tr_customer_product_id":178884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:54:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13448206559711","imei1":"13448206559711","imei2":"13448206559711","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178878,"job_number":"JOB_178878","tr_customer_id":178896,"tr_customer_product_id":178886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:43.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Zachery Bogan","mobile_number":"268-994-7786","email_id":"Grayson.Reilly@hotmail.com","dop":"2025-04-06","serial_number":"15982476206766984","imei1":"15982476206766984","imei2":"15982476206766984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178879,"job_number":"JOB_178879","tr_customer_id":178897,"tr_customer_product_id":178887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:54:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18523819994098","imei1":"18523819994098","imei2":"18523819994098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178881,"job_number":"JOB_178881","tr_customer_id":178899,"tr_customer_product_id":178889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:46.000Z","modified_at":"2026-02-06T06:54:46.000Z","name":"Richmond Maggio","mobile_number":"963-782-0150","email_id":"Leta_Kuhic99@hotmail.com","dop":"2025-04-06","serial_number":"19287958873678210","imei1":"19287958873678210","imei2":"19287958873678210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178882,"job_number":"JOB_178882","tr_customer_id":178900,"tr_customer_product_id":178890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:54:52.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"16159422371734","imei1":"16159422371734","imei2":"16159422371734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178884,"job_number":"JOB_178884","tr_customer_id":178902,"tr_customer_product_id":178892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:54.000Z","modified_at":"2026-02-06T06:54:54.000Z","name":"Raquel Bernhard","mobile_number":"285-403-1991","email_id":"Rigoberto.Zieme@yahoo.com","dop":"2025-04-06","serial_number":"14618290375263452","imei1":"14618290375263452","imei2":"14618290375263452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178888,"job_number":"JOB_178888","tr_customer_id":178906,"tr_customer_product_id":178896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:30.000Z","modified_at":"2026-02-06T06:55:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19191882104652","imei1":"19191882104652","imei2":"19191882104652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178890,"job_number":"JOB_178890","tr_customer_id":178908,"tr_customer_product_id":178898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:32.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Arjun Tromp","mobile_number":"414-785-8808","email_id":"Kailee82@yahoo.com","dop":"2025-04-06","serial_number":"17661828527272584","imei1":"17661828527272584","imei2":"17661828527272584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178891,"job_number":"JOB_178891","tr_customer_id":178909,"tr_customer_product_id":178899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:55:40.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"14930354768508","imei1":"14930354768508","imei2":"14930354768508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178893,"job_number":"JOB_178893","tr_customer_id":178911,"tr_customer_product_id":178901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:42.000Z","modified_at":"2026-02-06T06:55:42.000Z","name":"Rossie Effertz","mobile_number":"460-658-0979","email_id":"Crystal.Johnston1@hotmail.com","dop":"2025-04-06","serial_number":"14784965860737532","imei1":"14784965860737532","imei2":"14784965860737532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178897,"job_number":"JOB_178897","tr_customer_id":178915,"tr_customer_product_id":178905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:12.000Z","modified_at":"2026-02-06T06:56:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10564614319878","imei1":"10564614319878","imei2":"10564614319878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178899,"job_number":"JOB_178899","tr_customer_id":178917,"tr_customer_product_id":178907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:14.000Z","modified_at":"2026-02-06T06:56:14.000Z","name":"Helene Wisoky","mobile_number":"350-377-4426","email_id":"Dorothea_Wilderman@hotmail.com","dop":"2025-04-06","serial_number":"15152973638932044","imei1":"15152973638932044","imei2":"15152973638932044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178900,"job_number":"JOB_178900","tr_customer_id":178918,"tr_customer_product_id":178908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:15.000Z","modified_at":"2026-02-06T06:56:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11069070762379","imei1":"11069070762379","imei2":"11069070762379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178902,"job_number":"JOB_178902","tr_customer_id":178920,"tr_customer_product_id":178910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:17.000Z","modified_at":"2026-02-06T06:56:17.000Z","name":"Jaden Jacobson","mobile_number":"462-979-3480","email_id":"Hassie51@gmail.com","dop":"2025-04-06","serial_number":"18776311774188620","imei1":"18776311774188620","imei2":"18776311774188620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178903,"job_number":"JOB_178903","tr_customer_id":178921,"tr_customer_product_id":178911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:27.000Z","modified_at":"2026-02-06T06:56:27.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"10660233371962","imei1":"10660233371962","imei2":"10660233371962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178905,"job_number":"JOB_178905","tr_customer_id":178923,"tr_customer_product_id":178913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:29.000Z","modified_at":"2026-02-06T06:56:29.000Z","name":"Luciano Kilback","mobile_number":"640-604-1116","email_id":"Amir66@gmail.com","dop":"2025-04-06","serial_number":"19735698765972016","imei1":"19735698765972016","imei2":"19735698765972016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178909,"job_number":"JOB_178909","tr_customer_id":178927,"tr_customer_product_id":178917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:04.000Z","modified_at":"2026-02-06T06:57:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15369178769588","imei1":"15369178769588","imei2":"15369178769588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178911,"job_number":"JOB_178911","tr_customer_id":178929,"tr_customer_product_id":178919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:06.000Z","modified_at":"2026-02-06T06:57:06.000Z","name":"Nelda Wehner","mobile_number":"334-611-1274","email_id":"Novella.Wisozk@gmail.com","dop":"2025-04-06","serial_number":"17707884621672788","imei1":"17707884621672788","imei2":"17707884621672788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178915,"job_number":"JOB_178915","tr_customer_id":178933,"tr_customer_product_id":178923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:55.000Z","modified_at":"2026-02-06T06:57:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17744560349240","imei1":"17744560349240","imei2":"17744560349240","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178917,"job_number":"JOB_178917","tr_customer_id":178935,"tr_customer_product_id":178925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:57.000Z","modified_at":"2026-02-06T06:57:57.000Z","name":"Malvina Thiel","mobile_number":"821-565-1611","email_id":"Frankie.Gibson@hotmail.com","dop":"2025-04-06","serial_number":"10171136895783408","imei1":"10171136895783408","imei2":"10171136895783408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:57:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178918,"job_number":"JOB_178918","tr_customer_id":178936,"tr_customer_product_id":178926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:00:57.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"11387056771415","imei1":"11387056771415","imei2":"11387056771415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178920,"job_number":"JOB_178920","tr_customer_id":178938,"tr_customer_product_id":178928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:59.000Z","modified_at":"2026-02-06T07:00:59.000Z","name":"Abagail Bergstrom","mobile_number":"814-256-2224","email_id":"Kali43@yahoo.com","dop":"2025-04-06","serial_number":"19203794390418292","imei1":"19203794390418292","imei2":"19203794390418292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178921,"job_number":"JOB_178921","tr_customer_id":178939,"tr_customer_product_id":178929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15226533868404","imei1":"15226533868404","imei2":"15226533868404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178923,"job_number":"JOB_178923","tr_customer_id":178941,"tr_customer_product_id":178931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:05.000Z","modified_at":"2026-02-06T07:01:05.000Z","name":"Gavin Rogahn","mobile_number":"590-239-5819","email_id":"Doris_Casper19@yahoo.com","dop":"2025-04-06","serial_number":"17002356000045296","imei1":"17002356000045296","imei2":"17002356000045296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178924,"job_number":"JOB_178924","tr_customer_id":178942,"tr_customer_product_id":178932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:40.000Z","modified_at":"2026-02-06T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10727081071044","imei1":"10727081071044","imei2":"10727081071044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178926,"job_number":"JOB_178926","tr_customer_id":178944,"tr_customer_product_id":178934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:42.000Z","modified_at":"2026-02-06T07:01:42.000Z","name":"Brandi Wuckert","mobile_number":"376-534-1423","email_id":"Quincy_Padberg@hotmail.com","dop":"2025-04-06","serial_number":"17095021356356952","imei1":"17095021356356952","imei2":"17095021356356952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178927,"job_number":"JOB_178927","tr_customer_id":178945,"tr_customer_product_id":178935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:01:50.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13298360656238","imei1":"13298360656238","imei2":"13298360656238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178929,"job_number":"JOB_178929","tr_customer_id":178947,"tr_customer_product_id":178937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:52.000Z","modified_at":"2026-02-06T07:01:52.000Z","name":"Haleigh Kshlerin","mobile_number":"672-651-7362","email_id":"Ara.Bernhard@gmail.com","dop":"2025-04-06","serial_number":"13333742920209500","imei1":"13333742920209500","imei2":"13333742920209500","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178932,"job_number":"JOB_178932","tr_customer_id":178950,"tr_customer_product_id":178940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:01:58.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10597368262404","imei1":"10597368262404","imei2":"10597368262404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178934,"job_number":"JOB_178934","tr_customer_id":178952,"tr_customer_product_id":178942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Ottis Turner","mobile_number":"228-306-7672","email_id":"Kale.Bahringer64@yahoo.com","dop":"2025-04-06","serial_number":"12532733221351342","imei1":"12532733221351342","imei2":"12532733221351342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178935,"job_number":"JOB_178935","tr_customer_id":178953,"tr_customer_product_id":178943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:59.000Z","modified_at":"2026-02-06T07:01:59.000Z","name":"Wanda Heller","mobile_number":"308-818-0907","email_id":"Alan94@yahoo.com","dop":"2025-04-06","serial_number":"12191856865361422","imei1":"12191856865361422","imei2":"12191856865361422","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178936,"job_number":"JOB_178936","tr_customer_id":178954,"tr_customer_product_id":178944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:00.000Z","modified_at":"2026-02-06T07:02:00.000Z","name":"Jazmyne Marvin","mobile_number":"373-943-4892","email_id":"Janae_Marks@yahoo.com","dop":"2025-04-06","serial_number":"16813033263020008","imei1":"16813033263020008","imei2":"16813033263020008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178937,"job_number":"JOB_178937","tr_customer_id":178955,"tr_customer_product_id":178945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:35.000Z","modified_at":"2026-02-06T07:02:35.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13473407524577","imei1":"13473407524577","imei2":"13473407524577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178939,"job_number":"JOB_178939","tr_customer_id":178957,"tr_customer_product_id":178947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:37.000Z","modified_at":"2026-02-06T07:02:37.000Z","name":"Reyna West","mobile_number":"938-678-4373","email_id":"Lenore_Gutmann5@gmail.com","dop":"2025-04-06","serial_number":"19415787839704800","imei1":"19415787839704800","imei2":"19415787839704800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178940,"job_number":"JOB_178940","tr_customer_id":178958,"tr_customer_product_id":178948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:02:42.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13972484773853","imei1":"13972484773853","imei2":"13972484773853","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178942,"job_number":"JOB_178942","tr_customer_id":178960,"tr_customer_product_id":178950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:44.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Beryl Heller","mobile_number":"407-616-1816","email_id":"Eliza.Cummings@hotmail.com","dop":"2025-04-06","serial_number":"10231407315906314","imei1":"10231407315906314","imei2":"10231407315906314","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178943,"job_number":"JOB_178943","tr_customer_id":178961,"tr_customer_product_id":178951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:02:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14472343314859","imei1":"14472343314859","imei2":"14472343314859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178945,"job_number":"JOB_178945","tr_customer_id":178963,"tr_customer_product_id":178953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:55.000Z","modified_at":"2026-02-06T07:02:55.000Z","name":"Sydney Boyle","mobile_number":"416-346-7735","email_id":"Shane_Ortiz@gmail.com","dop":"2025-04-06","serial_number":"10497313265800412","imei1":"10497313265800412","imei2":"10497313265800412","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:02:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178946,"job_number":"JOB_178946","tr_customer_id":178964,"tr_customer_product_id":178954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:03:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17920847589643","imei1":"17920847589643","imei2":"17920847589643","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178948,"job_number":"JOB_178948","tr_customer_id":178966,"tr_customer_product_id":178956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:32.000Z","modified_at":"2026-02-06T07:03:32.000Z","name":"Ernestine Reichel","mobile_number":"638-632-7640","email_id":"Finn_Mertz71@yahoo.com","dop":"2025-04-06","serial_number":"10831254783412986","imei1":"10831254783412986","imei2":"10831254783412986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178949,"job_number":"JOB_178949","tr_customer_id":178967,"tr_customer_product_id":178957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:00.000Z","modified_at":"2026-02-06T07:05:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19161731361074","imei1":"19161731361074","imei2":"19161731361074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178951,"job_number":"JOB_178951","tr_customer_id":178969,"tr_customer_product_id":178959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:02.000Z","modified_at":"2026-02-06T07:05:02.000Z","name":"Sheridan Kuhlman","mobile_number":"517-567-3002","email_id":"Paul92@gmail.com","dop":"2025-04-06","serial_number":"12559036493029272","imei1":"12559036493029272","imei2":"12559036493029272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178953,"job_number":"JOB_178953","tr_customer_id":178971,"tr_customer_product_id":178961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:08.000Z","modified_at":"2026-02-06T07:05:08.000Z","name":"Lenore Huels","mobile_number":"979-610-3678","email_id":"Hilda_Dooley@hotmail.com","dop":"2025-04-06","serial_number":"13287987365847478","imei1":"13287987365847478","imei2":"13287987365847478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178954,"job_number":"JOB_178954","tr_customer_id":178972,"tr_customer_product_id":178962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:50.000Z","modified_at":"2026-02-06T07:05:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12280090651342","imei1":"12280090651342","imei2":"12280090651342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178956,"job_number":"JOB_178956","tr_customer_id":178974,"tr_customer_product_id":178964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:52.000Z","modified_at":"2026-02-06T07:05:52.000Z","name":"Lexus Stracke","mobile_number":"739-938-7423","email_id":"Rickey92@yahoo.com","dop":"2025-04-06","serial_number":"16965267721559632","imei1":"16965267721559632","imei2":"16965267721559632","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:05:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178957,"job_number":"JOB_178957","tr_customer_id":178975,"tr_customer_product_id":178965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:39.000Z","modified_at":"2026-02-06T07:06:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13111063974299","imei1":"13111063974299","imei2":"13111063974299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178959,"job_number":"JOB_178959","tr_customer_id":178977,"tr_customer_product_id":178967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:41.000Z","modified_at":"2026-02-06T07:06:41.000Z","name":"Damaris Stanton","mobile_number":"323-562-3356","email_id":"Krista51@gmail.com","dop":"2025-04-06","serial_number":"15111146123586504","imei1":"15111146123586504","imei2":"15111146123586504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:06:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178960,"job_number":"JOB_178960","tr_customer_id":178978,"tr_customer_product_id":178968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:08:20.000Z","modified_at":"2026-02-06T07:08:20.000Z","name":"Korey Grady","mobile_number":"314-457-1864","email_id":"Skye9@yahoo.com","dop":"2025-10-05","serial_number":"11374674959945","imei1":"11374674959945","imei2":"11374674959945","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:08:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178962,"job_number":"JOB_178962","tr_customer_id":178980,"tr_customer_product_id":178970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:29.000Z","modified_at":"2026-02-06T07:09:29.000Z","name":"Kristina Torphy","mobile_number":"729-384-5590","email_id":"Tony.Trantow78@hotmail.com","dop":"2026-01-23","serial_number":"179098963070969","imei1":"179098963070969","imei2":"179098963070969","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:09:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178963,"job_number":"JOB_178963","tr_customer_id":178981,"tr_customer_product_id":178971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:10:34.000Z","modified_at":"2026-02-06T07:10:34.000Z","name":"Santos Hudson","mobile_number":"625-850-3704","email_id":"Kasey_Tromp@yahoo.com","dop":"2025-10-05","serial_number":"12400963817831","imei1":"12400963817831","imei2":"12400963817831","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:10:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178965,"job_number":"JOB_178965","tr_customer_id":178983,"tr_customer_product_id":178973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:11:53.000Z","name":"Johnny Bernhard","mobile_number":"617-986-9167","email_id":"Nikita_Konopelski@hotmail.com","dop":"2026-01-23","serial_number":"145898016024278","imei1":"145898016024278","imei2":"145898016024278","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178966,"job_number":"JOB_178966","tr_customer_id":178984,"tr_customer_product_id":178974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:13:02.000Z","modified_at":"2026-02-06T07:13:02.000Z","name":"Cordie Parker","mobile_number":"635-662-9169","email_id":"Meda.Lemke@gmail.com","dop":"2025-10-05","serial_number":"10611424797522","imei1":"10611424797522","imei2":"10611424797522","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:13:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178967,"job_number":"JOB_178967","tr_customer_id":178985,"tr_customer_product_id":178975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:14:37.000Z","modified_at":"2026-02-06T07:14:37.000Z","name":"Adaline Swift","mobile_number":"706-935-3580","email_id":"Lindsay_Donnelly52@hotmail.com","dop":"2025-10-05","serial_number":"16362624073445","imei1":"16362624073445","imei2":"16362624073445","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178969,"job_number":"JOB_178969","tr_customer_id":178987,"tr_customer_product_id":178977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:44.000Z","modified_at":"2026-02-06T07:16:44.000Z","name":"Rupert Von","mobile_number":"800-589-3942","email_id":"Rolando.Purdy43@gmail.com","dop":"2026-01-23","serial_number":"148048538066534","imei1":"148048538066534","imei2":"148048538066534","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178971,"job_number":"JOB_178971","tr_customer_id":178989,"tr_customer_product_id":178979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:42.000Z","name":"Laisha Hintz","mobile_number":"888-334-5099","email_id":"Chelsey.Towne@yahoo.com","dop":"2026-01-23","serial_number":"161694320118049","imei1":"161694320118049","imei2":"161694320118049","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178973,"job_number":"JOB_178973","tr_customer_id":178991,"tr_customer_product_id":178981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:20.000Z","modified_at":"2026-02-06T07:21:20.000Z","name":"Noel Schinner","mobile_number":"985-989-3078","email_id":"Ramona_Braun@hotmail.com","dop":"2026-01-23","serial_number":"106646817468016","imei1":"106646817468016","imei2":"106646817468016","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178975,"job_number":"JOB_178975","tr_customer_id":178993,"tr_customer_product_id":178983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:08.000Z","modified_at":"2026-02-06T07:23:08.000Z","name":"Elena Marquardt","mobile_number":"391-993-1646","email_id":"Billy_Smitham4@hotmail.com","dop":"2026-01-23","serial_number":"177926401748957","imei1":"177926401748957","imei2":"177926401748957","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178977,"job_number":"JOB_178977","tr_customer_id":178995,"tr_customer_product_id":178985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:56.000Z","modified_at":"2026-02-06T07:25:56.000Z","name":"Renee Howell","mobile_number":"442-355-9061","email_id":"Brennon_Botsford@gmail.com","dop":"2026-01-23","serial_number":"164221145700357","imei1":"164221145700357","imei2":"164221145700357","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:25:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178979,"job_number":"JOB_178979","tr_customer_id":178997,"tr_customer_product_id":178987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:41.000Z","modified_at":"2026-02-06T07:27:41.000Z","name":"Sigurd Dare","mobile_number":"790-742-9724","email_id":"Fernando_Koss66@yahoo.com","dop":"2026-01-23","serial_number":"149499220623249","imei1":"149499220623249","imei2":"149499220623249","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178980,"job_number":"JOB_178980","tr_customer_id":178998,"tr_customer_product_id":178988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:00.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"19672350639800","imei1":"19672350639800","imei2":"19672350639800","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178982,"job_number":"JOB_178982","tr_customer_id":179000,"tr_customer_product_id":178990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:16.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"11327948887313","imei1":"11327948887313","imei2":"11327948887313","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178984,"job_number":"JOB_178984","tr_customer_id":179002,"tr_customer_product_id":178992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:32.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15635988251009","imei1":"15635988251009","imei2":"15635988251009","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178987,"job_number":"JOB_178987","tr_customer_id":179005,"tr_customer_product_id":178995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:50.000Z","modified_at":"2026-02-06T07:38:50.000Z","name":"Karen Goyette","mobile_number":"940-354-6647","email_id":"Lesly71@hotmail.com","dop":"2026-01-23","serial_number":"108906154841381","imei1":"108906154841381","imei2":"108906154841381","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178989,"job_number":"JOB_178989","tr_customer_id":179007,"tr_customer_product_id":178997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:30.000Z","modified_at":"2026-02-06T07:42:30.000Z","name":"Idella Franecki","mobile_number":"794-297-8345","email_id":"Zita_Schmitt@gmail.com","dop":"2026-01-23","serial_number":"159483003649495","imei1":"159483003649495","imei2":"159483003649495","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T07:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178538,"job_number":"JOB_178538","tr_customer_id":178556,"tr_customer_product_id":178546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:25:48.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Adolph.Abernathy@yahoo.com","dop":"2025-07-02","serial_number":"17680310089306","imei1":"17680310089306","imei2":"17680310089306","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:25:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178549,"job_number":"JOB_178549","tr_customer_id":178567,"tr_customer_product_id":178557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:05.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Billie.Renner32@hotmail.com","dop":"2025-07-02","serial_number":"13518732063710","imei1":"13518732063710","imei2":"13518732063710","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178566,"job_number":"JOB_178566","tr_customer_id":178584,"tr_customer_product_id":178574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:26:22.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Laury_Kiehn70@yahoo.com","dop":"2025-07-02","serial_number":"16696115985981","imei1":"16696115985981","imei2":"16696115985981","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178593,"job_number":"JOB_178593","tr_customer_id":178611,"tr_customer_product_id":178601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"169899382190369","imei1":"169899382190369","imei2":"169899382190369","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178594,"job_number":"JOB_178594","tr_customer_id":178612,"tr_customer_product_id":178602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Vernie Rath","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"172958352920846","imei1":"172958352920846","imei2":"172958352920846","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178595,"job_number":"JOB_178595","tr_customer_id":178613,"tr_customer_product_id":178603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:52.000Z","modified_at":"2026-02-06T04:26:52.000Z","name":"Ryann Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"151859945223550","imei1":"151859945223550","imei2":"151859945223550","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178596,"job_number":"JOB_178596","tr_customer_id":178614,"tr_customer_product_id":178604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:53.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Silas Hodkiewicz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"183751967698186","imei1":"183751967698186","imei2":"183751967698186","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178613,"job_number":"JOB_178613","tr_customer_id":178631,"tr_customer_product_id":178621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109396836959461","imei1":"109396836959461","imei2":"109396836959461","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178616,"job_number":"JOB_178616","tr_customer_id":178634,"tr_customer_product_id":178624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Virginie Ebert","mobile_number":"916-219-9688","email_id":"Margarete.Simonis@gmail.com","dop":"2025-06-09","serial_number":"106396555171152","imei1":"106396555171152","imei2":"106396555171152","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178618,"job_number":"JOB_178618","tr_customer_id":178636,"tr_customer_product_id":178626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:03.000Z","modified_at":"2026-02-06T04:27:03.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"157888565992630","imei1":"157888565992630","imei2":"157888565992630","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178619,"job_number":"JOB_178619","tr_customer_id":178637,"tr_customer_product_id":178627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Gilbert Ferry","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"124398116714505","imei1":"124398116714505","imei2":"124398116714505","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178620,"job_number":"JOB_178620","tr_customer_id":178638,"tr_customer_product_id":178628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Alvena Purdy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152646468626071","imei1":"152646468626071","imei2":"152646468626071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178624,"job_number":"JOB_178624","tr_customer_id":178642,"tr_customer_product_id":178632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:04.000Z","name":"Beaulah Feeney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101770323978005","imei1":"101770323978005","imei2":"101770323978005","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178631,"job_number":"JOB_178631","tr_customer_id":178649,"tr_customer_product_id":178639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:07.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11695279405753","imei1":"11695279405753","imei2":"11695279405753","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178653,"job_number":"JOB_178653","tr_customer_id":178671,"tr_customer_product_id":178661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"107943434643272","imei1":"107943434643272","imei2":"107943434643272","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178656,"job_number":"JOB_178656","tr_customer_id":178674,"tr_customer_product_id":178664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:19.000Z","name":"Pearline Grimes","mobile_number":"202-958-9021","email_id":"Lily_Dickens@hotmail.com","dop":"2025-06-09","serial_number":"104624737359212","imei1":"104624737359212","imei2":"104624737359212","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178665,"job_number":"JOB_178665","tr_customer_id":178683,"tr_customer_product_id":178673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105360654266309","imei1":"105360654266309","imei2":"105360654266309","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178667,"job_number":"JOB_178667","tr_customer_id":178685,"tr_customer_product_id":178675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:27:35.000Z","name":"Gerry Brakus","mobile_number":"311-228-3146","email_id":"Esther.Bednar@yahoo.com","dop":"2025-06-09","serial_number":"102741266285242","imei1":"102741266285242","imei2":"102741266285242","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178752,"job_number":"JOB_178752","tr_customer_id":178770,"tr_customer_product_id":178760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:56:58.000Z","modified_at":"2026-02-06T04:56:58.000Z","name":"Misael Robel","mobile_number":"483-262-9650","email_id":"Armando.Bartoletti72@gmail.com","dop":"2025-12-14","serial_number":"131200562032546","imei1":"131200562032546","imei2":"131200562032546","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178753,"job_number":"JOB_178753","tr_customer_id":178771,"tr_customer_product_id":178761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:57:48.000Z","modified_at":"2026-02-06T04:57:48.000Z","name":"Juliet Emard","mobile_number":"651-846-5251","email_id":"Otha_Kuhic@yahoo.com","dop":"2025-12-14","serial_number":"191539244490491","imei1":"191539244490491","imei2":"191539244490491","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178754,"job_number":"JOB_178754","tr_customer_id":178772,"tr_customer_product_id":178762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:58:51.000Z","modified_at":"2026-02-06T04:58:51.000Z","name":"Reese Fritsch","mobile_number":"424-447-4109","email_id":"Wendy90@gmail.com","dop":"2025-12-14","serial_number":"100832630440911","imei1":"100832630440911","imei2":"100832630440911","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T04:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178755,"job_number":"JOB_178755","tr_customer_id":178773,"tr_customer_product_id":178763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:14.000Z","modified_at":"2026-02-06T05:00:14.000Z","name":"Fred Williamson","mobile_number":"250-291-2966","email_id":"Micheal3@yahoo.com","dop":"2025-12-14","serial_number":"105406047416620","imei1":"105406047416620","imei2":"105406047416620","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178756,"job_number":"JOB_178756","tr_customer_id":178774,"tr_customer_product_id":178764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:00:50.000Z","modified_at":"2026-02-06T05:00:50.000Z","name":"Simone Schmidt","mobile_number":"442-448-0446","email_id":"Annabel.Hauck73@yahoo.com","dop":"2025-12-14","serial_number":"166842876416848","imei1":"166842876416848","imei2":"166842876416848","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:00:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178757,"job_number":"JOB_178757","tr_customer_id":178775,"tr_customer_product_id":178765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:02:45.000Z","modified_at":"2026-02-06T05:02:45.000Z","name":"Lavinia Berge","mobile_number":"243-759-9064","email_id":"Otha.Fahey@hotmail.com","dop":"2025-12-14","serial_number":"188721239273191","imei1":"188721239273191","imei2":"188721239273191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178759,"job_number":"JOB_178759","tr_customer_id":178777,"tr_customer_product_id":178767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:10:50.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15883147821539","imei1":"15883147821539","imei2":"15883147821539","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:10:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178760,"job_number":"JOB_178760","tr_customer_id":178778,"tr_customer_product_id":178768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:11:04.000Z","modified_at":"2026-02-06T05:11:04.000Z","name":"Sheila Rodriguez","mobile_number":"548-208-4521","email_id":"Jayda_Balistreri@hotmail.com","dop":"2025-12-14","serial_number":"194213600439643","imei1":"194213600439643","imei2":"194213600439643","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:11:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178761,"job_number":"JOB_178761","tr_customer_id":178779,"tr_customer_product_id":178769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:29.000Z","modified_at":"2026-02-06T05:13:29.000Z","name":"Walter Zulauf","mobile_number":"750-320-1433","email_id":"Kaylee.Satterfield56@hotmail.com","dop":"2025-12-14","serial_number":"136779732025097","imei1":"136779732025097","imei2":"136779732025097","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178764,"job_number":"JOB_178764","tr_customer_id":178782,"tr_customer_product_id":178772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:13:48.000Z","modified_at":"2026-02-06T05:13:48.000Z","name":"August McCullough","mobile_number":"754-244-3044","email_id":"Ova.Ziemann96@yahoo.com","dop":"2025-12-14","serial_number":"163713486557286","imei1":"163713486557286","imei2":"163713486557286","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:13:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178769,"job_number":"JOB_178769","tr_customer_id":178787,"tr_customer_product_id":178777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:26.000Z","modified_at":"2026-02-06T05:18:26.000Z","name":"Karolann Graham","mobile_number":"224-852-7201","email_id":"Armani.OReilly35@hotmail.com","dop":"2025-12-14","serial_number":"180517299207067","imei1":"180517299207067","imei2":"180517299207067","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178770,"job_number":"JOB_178770","tr_customer_id":178788,"tr_customer_product_id":178778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:38.000Z","modified_at":"2026-02-06T05:18:38.000Z","name":"Buster Walker","mobile_number":"423-233-3499","email_id":"Kaylie46@yahoo.com","dop":"2025-12-14","serial_number":"101950838940352","imei1":"101950838940352","imei2":"101950838940352","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178771,"job_number":"JOB_178771","tr_customer_id":178789,"tr_customer_product_id":178779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:29:22.000Z","modified_at":"2026-02-06T05:29:22.000Z","name":"Hilton Dietrich","mobile_number":"889-971-7203","email_id":"Jaren73@hotmail.com","dop":"2025-12-14","serial_number":"161988092607777","imei1":"161988092607777","imei2":"161988092607777","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178772,"job_number":"JOB_178772","tr_customer_id":178790,"tr_customer_product_id":178780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:30:11.000Z","modified_at":"2026-02-06T05:30:11.000Z","name":"Deon Braun","mobile_number":"573-732-4408","email_id":"Vella14@yahoo.com","dop":"2025-12-14","serial_number":"171727690727191","imei1":"171727690727191","imei2":"171727690727191","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T05:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178777,"job_number":"JOB_178777","tr_customer_id":178795,"tr_customer_product_id":178785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:03:17.000Z","modified_at":"2026-02-06T06:03:17.000Z","name":"Samanta Lehner","mobile_number":"671-793-6172","email_id":"Lester_Cole61@gmail.com","dop":"2025-12-14","serial_number":"179435281281086","imei1":"179435281281086","imei2":"179435281281086","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178778,"job_number":"JOB_178778","tr_customer_id":178796,"tr_customer_product_id":178786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:21:32.000Z","modified_at":"2026-02-06T06:21:32.000Z","name":"Tillman Block","mobile_number":"630-448-5007","email_id":"Dax_Wuckert@yahoo.com","dop":"2025-12-14","serial_number":"101831986109296","imei1":"101831986109296","imei2":"101831986109296","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178779,"job_number":"JOB_178779","tr_customer_id":178797,"tr_customer_product_id":178787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:24:42.000Z","modified_at":"2026-02-06T06:24:42.000Z","name":"Leopold Mitchell","mobile_number":"211-847-7767","email_id":"Daryl71@hotmail.com","dop":"2025-12-14","serial_number":"600677702400388","imei1":"600677702400388","imei2":"600677702400388","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178780,"job_number":"JOB_178780","tr_customer_id":178798,"tr_customer_product_id":178788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:26:46.000Z","modified_at":"2026-02-06T06:26:46.000Z","name":"Willis Muller","mobile_number":"431-897-7861","email_id":"Mariela.Dicki18@gmail.com","dop":"2025-12-14","serial_number":"105878818951360","imei1":"105878818951360","imei2":"105878818951360","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:26:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178781,"job_number":"JOB_178781","tr_customer_id":178799,"tr_customer_product_id":178789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:29:15.000Z","modified_at":"2026-02-06T06:29:15.000Z","name":"Cade Zboncak","mobile_number":"818-323-6019","email_id":"Antoinette81@gmail.com","dop":"2025-12-14","serial_number":"102880754374249","imei1":"102880754374249","imei2":"102880754374249","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178785,"job_number":"JOB_178785","tr_customer_id":178803,"tr_customer_product_id":178793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:43.000Z","modified_at":"2026-02-06T06:37:43.000Z","name":"Mercedes Weissnat","mobile_number":"428-327-7455","email_id":"Aida.Swaniawski@hotmail.com","dop":"2025-12-14","serial_number":"153449244120925","imei1":"153449244120925","imei2":"153449244120925","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:37:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178788,"job_number":"JOB_178788","tr_customer_id":178806,"tr_customer_product_id":178796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:26.000Z","modified_at":"2026-02-06T06:39:26.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108556022189392","imei1":"108556022189392","imei2":"108556022189392","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178790,"job_number":"JOB_178790","tr_customer_id":178808,"tr_customer_product_id":178798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:27.000Z","name":"Keely Kilback","mobile_number":"696-528-7600","email_id":"Rosetta_Senger6@hotmail.com","dop":"2025-06-09","serial_number":"106517763984059","imei1":"106517763984059","imei2":"106517763984059","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178791,"job_number":"JOB_178791","tr_customer_id":178809,"tr_customer_product_id":178799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:42.000Z","modified_at":"2026-02-06T06:39:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100472593790307","imei1":"100472593790307","imei2":"100472593790307","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178793,"job_number":"JOB_178793","tr_customer_id":178811,"tr_customer_product_id":178801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:43.000Z","name":"Camren Harris","mobile_number":"469-399-2518","email_id":"Casey45@yahoo.com","dop":"2025-06-09","serial_number":"100283362635400","imei1":"100283362635400","imei2":"100283362635400","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178794,"job_number":"JOB_178794","tr_customer_id":178812,"tr_customer_product_id":178802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101771991003600","imei1":"101771991003600","imei2":"101771991003600","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178796,"job_number":"JOB_178796","tr_customer_id":178814,"tr_customer_product_id":178804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:39:58.000Z","name":"Audrey Smitham","mobile_number":"787-320-9682","email_id":"Brice_Cole@gmail.com","dop":"2025-06-09","serial_number":"101637620043776","imei1":"101637620043776","imei2":"101637620043776","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178801,"job_number":"JOB_178801","tr_customer_id":178819,"tr_customer_product_id":178809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:46.000Z","modified_at":"2026-02-06T06:40:46.000Z","name":"Caleb Senger","mobile_number":"920-666-1510","email_id":"Trevion.Kerluke15@yahoo.com","dop":"2025-12-14","serial_number":"109124031217858","imei1":"109124031217858","imei2":"109124031217858","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178849,"job_number":"JOB_178849","tr_customer_id":178867,"tr_customer_product_id":178857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:37.000Z","modified_at":"2026-02-06T06:48:37.000Z","name":"Aurelie Nitzsche","mobile_number":"316-828-6290","email_id":"Jude_Grimes36@gmail.com","dop":"2025-12-14","serial_number":"196281297429908","imei1":"196281297429908","imei2":"196281297429908","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178855,"job_number":"JOB_178855","tr_customer_id":178873,"tr_customer_product_id":178863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:21.000Z","modified_at":"2026-02-06T06:49:21.000Z","name":"Sydni Schulist","mobile_number":"620-493-7065","email_id":"Kenton20@yahoo.com","dop":"2025-12-14","serial_number":"138250144343264","imei1":"138250144343264","imei2":"138250144343264","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178856,"job_number":"JOB_178856","tr_customer_id":178874,"tr_customer_product_id":178864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:24.000Z","modified_at":"2026-02-06T06:49:24.000Z","name":"Clay Schumm","mobile_number":"873-392-3412","email_id":"Sibyl.Grant@gmail.com","dop":"2025-12-14","serial_number":"166351643720815","imei1":"166351643720815","imei2":"166351643720815","popurl":"2025-12-14T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-06T06:49:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9457c27b-20a8-418a-9de4-3ad60fb3e1d3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-tsx/DcXfVwnYZw7hZ6x78fPCH2s" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzV9.b6GokY2Quan35PdJiwPvH4l3d7EijRqzQ3gLV1DFYKw"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzV9.b6GokY2Quan35PdJiwPvH4l3d7EijRqzQ3gLV1DFYKw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cdbf441c-58f0-4a61-bac2-63f655da53cc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzV9.b6GokY2Quan35PdJiwPvH4l3d7EijRqzQ3gLV1DFYKw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 915f7450-f4ed-4546-9f8a-f4fe8f5caf8a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-H4YSgoOcqJlwAsMTxc6znamUCsM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":174}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzV9.b6GokY2Quan35PdJiwPvH4l3d7EijRqzQ3gLV1DFYKw |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 21754925-6962-42da-8a0f-a9a1dfc0a5b8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7cf-9IPFBmctL0V3gGBkzVeVWYsa4Uk" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:14.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-06T07:47:14.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzV9.b6GokY2Quan35PdJiwPvH4l3d7EijRqzQ3gLV1DFYKw |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 971b5e78-1ebe-4aa7-92bf-0e1c038e3234 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzV9.b6GokY2Quan35PdJiwPvH4l3d7EijRqzQ3gLV1DFYKw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f70def87-fc6a-470b-a88b-314665809ffe |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"958-hLUwan1R/Sl9LPfP0Uiw2KAAOIg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:14.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-06T07:47:14.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":178992,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T07:47:10.000Z"}],"quatations":[]},{"id":178961,"job_number":"JOB_178961","tr_customer_id":178979,"tr_customer_product_id":178969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:09:27.000Z","modified_at":"2026-02-06T07:09:37.000Z","name":"Lyda Schaden","mobile_number":"215-812-7977","email_id":"Wilbert.Kutch44@hotmail.com","dop":"2026-01-23","serial_number":"11158577678952","imei1":"11158577678952","imei2":"11158577678952","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-02-06T07:09:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":178961,"remark":"Battery issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-06T07:09:27.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzV9.b6GokY2Quan35PdJiwPvH4l3d7EijRqzQ3gLV1DFYKw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 90fdbf96-1492-42cb-829e-886245b27ccf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMzV9.b6GokY2Quan35PdJiwPvH4l3d7EijRqzQ3gLV1DFYKw |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4f7665d0-3b98-4ac7-827a-a41a2d720e01 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":178992,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 22847450-9976-449f-b028-101b48cefc42 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-sE0FnHUE0mmoOWHr8sBUCcb80GA" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAzN30.H0yy2wXBVYygWddtnnMF5hatAsoUVK-t68wLF-M7DvQ"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAzN30.H0yy2wXBVYygWddtnnMF5hatAsoUVK-t68wLF-M7DvQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f80ec326-1cb6-4e3c-a92b-a1e1016a8157 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAzN30.H0yy2wXBVYygWddtnnMF5hatAsoUVK-t68wLF-M7DvQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ae500129-6360-4ff2-aaf3-a84829b1a448 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-S+OS4FfoMl9k20tTdUjOxlubL/Q" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":6},{"label":"QC Completed","key":"qc_completed","count":169},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAzN30.H0yy2wXBVYygWddtnnMF5hatAsoUVK-t68wLF-M7DvQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5aada10f-d46d-4e07-8553-b6d87e47088d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAzN30.H0yy2wXBVYygWddtnnMF5hatAsoUVK-t68wLF-M7DvQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 487cdb0c-046b-4212-975f-3923ab7e00cb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"28d61-7A0RO1hClmzka9+DrlrkQpr61Es" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178486,"job_number":"JOB_178486","tr_customer_id":178504,"tr_customer_product_id":178494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T02:02:28.000Z","modified_at":"2026-02-06T02:38:00.000Z","name":"Ravi Kushwah","mobile_number":"9999449258","email_id":"ravikushwah1176@gmail.com","dop":"2026-02-02","serial_number":"12222222222222222","imei1":"13222222222222522","imei2":"13222222222222522","popurl":"2026-02-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T02:38:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178488,"job_number":"JOB_178488","tr_customer_id":178506,"tr_customer_product_id":178496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:13:51.000Z","modified_at":"2026-02-06T03:14:05.000Z","name":"Vidal Batz","mobile_number":"385-522-5561","email_id":"Allene91@hotmail.com","dop":"2025-05-30","serial_number":"12787455503848","imei1":"12787455503848","imei2":"12787455503848","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:14:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178493,"job_number":"JOB_178493","tr_customer_id":178511,"tr_customer_product_id":178501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:13.000Z","modified_at":"2026-02-06T03:29:49.000Z","name":"Lauren Larkin","mobile_number":"634-984-8853","email_id":"Shirley.Koepp39@gmail.com","dop":"2025-04-06","serial_number":"15478912898604","imei1":"15478912898604","imei2":"15478912898604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178496,"job_number":"JOB_178496","tr_customer_id":178514,"tr_customer_product_id":178504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:29:57.000Z","modified_at":"2026-02-06T03:30:33.000Z","name":"Kendall VonRueden","mobile_number":"248-332-8478","email_id":"Wallace.Legros90@hotmail.com","dop":"2025-04-06","serial_number":"17430450630790","imei1":"17430450630790","imei2":"17430450630790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:30:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178499,"job_number":"JOB_178499","tr_customer_id":178517,"tr_customer_product_id":178507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T03:30:40.000Z","modified_at":"2026-02-06T03:31:16.000Z","name":"Roman Gleason","mobile_number":"310-565-8476","email_id":"Russell_Hickle36@yahoo.com","dop":"2025-04-06","serial_number":"10362757210628","imei1":"10362757210628","imei2":"10362757210628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T03:31:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178502,"job_number":"JOB_178502","tr_customer_id":178520,"tr_customer_product_id":178510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:07.000Z","modified_at":"2026-02-06T04:25:45.000Z","name":"Anabelle Ryan","mobile_number":"393-725-1259","email_id":"Merl63@gmail.com","dop":"2025-04-06","serial_number":"16787049887426","imei1":"16787049887426","imei2":"16787049887426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178504,"job_number":"JOB_178504","tr_customer_id":178522,"tr_customer_product_id":178512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:09.000Z","modified_at":"2026-02-06T04:25:18.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"33484144702818","imei1":"33484144702818","imei2":"33484144702818","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178506,"job_number":"JOB_178506","tr_customer_id":178524,"tr_customer_product_id":178514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:18.000Z","modified_at":"2026-02-06T04:25:54.000Z","name":"Xavier Skiles","mobile_number":"547-956-6111","email_id":"Efrain63@gmail.com","dop":"2025-04-06","serial_number":"14571766081231","imei1":"14571766081231","imei2":"14571766081231","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178508,"job_number":"JOB_178508","tr_customer_id":178526,"tr_customer_product_id":178516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:21.000Z","modified_at":"2026-02-06T04:25:30.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"15683702389288","imei1":"15683702389288","imei2":"15683702389288","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178510,"job_number":"JOB_178510","tr_customer_id":178528,"tr_customer_product_id":178518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:26.000Z","modified_at":"2026-02-06T04:26:04.000Z","name":"Krystal Windler","mobile_number":"427-755-4958","email_id":"Amara.Schiller@gmail.com","dop":"2025-06-18","serial_number":"10153206001131","imei1":"10153206001131","imei2":"10153206001131","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178512,"job_number":"JOB_178512","tr_customer_id":178530,"tr_customer_product_id":178520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:29.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Arthur Gutmann","mobile_number":"589-532-5361","email_id":"Alanna5@gmail.com","dop":"2025-04-06","serial_number":"12086113039218","imei1":"12086113039218","imei2":"12086113039218","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178513,"job_number":"JOB_178513","tr_customer_id":178531,"tr_customer_product_id":178521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:30.000Z","modified_at":"2026-02-06T04:26:10.000Z","name":"Fermin Auer","mobile_number":"350-638-3033","email_id":"Krista.Carter@yahoo.com","dop":"2025-04-06","serial_number":"16484614711967","imei1":"16484614711967","imei2":"16484614711967","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178515,"job_number":"JOB_178515","tr_customer_id":178533,"tr_customer_product_id":178523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:31.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Raegan Jacobi","mobile_number":"558-925-7766","email_id":"Nathan.Mills62@yahoo.com","dop":"2025-04-06","serial_number":"11107863188309","imei1":"11107863188309","imei2":"11107863188309","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178520,"job_number":"JOB_178520","tr_customer_id":178538,"tr_customer_product_id":178528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:09.000Z","name":"Delia Feil","mobile_number":"785-325-7318","email_id":"Eduardo.Becker@gmail.com","dop":"2025-04-06","serial_number":"19006918878110","imei1":"19006918878110","imei2":"19006918878110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178521,"job_number":"JOB_178521","tr_customer_id":178539,"tr_customer_product_id":178529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:35.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Afton Miller","mobile_number":"762-457-0486","email_id":"Delilah_Stokes@yahoo.com","dop":"2025-04-06","serial_number":"18825405697430","imei1":"18825405697430","imei2":"18825405697430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178525,"job_number":"JOB_178525","tr_customer_id":178543,"tr_customer_product_id":178533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:11.000Z","name":"Berenice Bruen","mobile_number":"645-244-2843","email_id":"Lauren_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15140962106221","imei1":"15140962106221","imei2":"15140962106221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178526,"job_number":"JOB_178526","tr_customer_id":178544,"tr_customer_product_id":178534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:37.000Z","modified_at":"2026-02-06T04:26:15.000Z","name":"Edison Turner","mobile_number":"218-615-3976","email_id":"Isai_Cruickshank59@yahoo.com","dop":"2025-04-06","serial_number":"18811666812699","imei1":"18811666812699","imei2":"18811666812699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178532,"job_number":"JOB_178532","tr_customer_id":178550,"tr_customer_product_id":178540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:41.000Z","modified_at":"2026-02-06T04:26:14.000Z","name":"Joshua Littel","mobile_number":"212-746-6555","email_id":"Ernestina.King@yahoo.com","dop":"2025-02-01","serial_number":"100055387193124","imei1":"100055387193124","imei2":"100055387193124","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178535,"job_number":"JOB_178535","tr_customer_id":178553,"tr_customer_product_id":178543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:45.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Vincenzo Treutel","mobile_number":"742-468-5876","email_id":"Horace_MacGyver@gmail.com","dop":"2025-04-06","serial_number":"15545971640302","imei1":"15545971640302","imei2":"15545971640302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178537,"job_number":"JOB_178537","tr_customer_id":178555,"tr_customer_product_id":178545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:48.000Z","modified_at":"2026-02-06T04:26:24.000Z","name":"Katlynn Thiel","mobile_number":"382-580-4960","email_id":"Doris_Abernathy12@yahoo.com","dop":"2025-04-06","serial_number":"18576571489808","imei1":"18576571489808","imei2":"18576571489808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178540,"job_number":"JOB_178540","tr_customer_id":178558,"tr_customer_product_id":178548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:49.000Z","modified_at":"2026-02-06T04:26:25.000Z","name":"Caterina Franecki","mobile_number":"540-533-9288","email_id":"Ceasar90@hotmail.com","dop":"2025-04-06","serial_number":"15977146962876","imei1":"15977146962876","imei2":"15977146962876","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178544,"job_number":"JOB_178544","tr_customer_id":178562,"tr_customer_product_id":178552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:01.000Z","modified_at":"2026-02-06T04:26:39.000Z","name":"Savanah Strosin","mobile_number":"703-687-6034","email_id":"Desmond67@gmail.com","dop":"2025-04-06","serial_number":"14758493968804","imei1":"14758493968804","imei2":"14758493968804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178546,"job_number":"JOB_178546","tr_customer_id":178564,"tr_customer_product_id":178554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:02.000Z","modified_at":"2026-02-06T04:26:38.000Z","name":"Aileen Upton","mobile_number":"779-578-5744","email_id":"Emmy_Runolfsson14@hotmail.com","dop":"2025-04-06","serial_number":"18029634617150","imei1":"18029634617150","imei2":"18029634617150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178551,"job_number":"JOB_178551","tr_customer_id":178569,"tr_customer_product_id":178559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:12.000Z","modified_at":"2026-02-06T04:26:49.000Z","name":"Amber Bogisich","mobile_number":"606-491-8618","email_id":"Clotilde.Stiedemann@gmail.com","dop":"2025-06-18","serial_number":"10462473623970","imei1":"10462473623970","imei2":"10462473623970","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178554,"job_number":"JOB_178554","tr_customer_id":178572,"tr_customer_product_id":178562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:16.000Z","modified_at":"2026-02-06T04:26:50.000Z","name":"Roxane Hammes","mobile_number":"952-210-3341","email_id":"Elise_Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"16797096439815","imei1":"16797096439815","imei2":"16797096439815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178559,"job_number":"JOB_178559","tr_customer_id":178577,"tr_customer_product_id":178567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Nick Stamm","mobile_number":"409-643-8573","email_id":"Marge.Runte@gmail.com","dop":"2025-04-06","serial_number":"12716105463132","imei1":"12716105463132","imei2":"12716105463132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178560,"job_number":"JOB_178560","tr_customer_id":178578,"tr_customer_product_id":178568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:18.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marcelina Bartell","mobile_number":"315-320-6622","email_id":"Freda.Breitenberg45@gmail.com","dop":"2025-12-31","serial_number":"106620151657023","imei1":"106620151657023","imei2":"106620151657023","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178564,"job_number":"JOB_178564","tr_customer_id":178582,"tr_customer_product_id":178572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:21.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Brennan Koss","mobile_number":"428-851-6727","email_id":"Bernita.Bosco43@yahoo.com","dop":"2025-04-06","serial_number":"13367376549729","imei1":"13367376549729","imei2":"13367376549729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178568,"job_number":"JOB_178568","tr_customer_id":178586,"tr_customer_product_id":178576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:22.000Z","modified_at":"2026-02-06T04:27:00.000Z","name":"Kamron Hermann","mobile_number":"509-972-5087","email_id":"Kiley_Brakus@gmail.com","dop":"2025-04-06","serial_number":"17964208006221","imei1":"17964208006221","imei2":"17964208006221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178570,"job_number":"JOB_178570","tr_customer_id":178588,"tr_customer_product_id":178578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:23.000Z","modified_at":"2026-02-06T04:26:56.000Z","name":"Marques Morar","mobile_number":"796-330-8013","email_id":"Justyn12@gmail.com","dop":"2025-02-01","serial_number":"69078778173650","imei1":"69078778173650","imei2":"69078778173650","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178573,"job_number":"JOB_178573","tr_customer_id":178591,"tr_customer_product_id":178581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:24.000Z","modified_at":"2026-02-06T04:27:01.000Z","name":"Wilfrid Schroeder","mobile_number":"618-823-2757","email_id":"Ettie27@yahoo.com","dop":"2000-01-31","serial_number":"10229252408351","imei1":"10229252408351","imei2":"10229252408351","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178577,"job_number":"JOB_178577","tr_customer_id":178595,"tr_customer_product_id":178585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:31.000Z","modified_at":"2026-02-06T04:27:10.000Z","name":"Vicenta Anderson","mobile_number":"610-831-3320","email_id":"Hardy_VonRueden32@gmail.com","dop":"2025-04-06","serial_number":"14109955341882","imei1":"14109955341882","imei2":"14109955341882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178578,"job_number":"JOB_178578","tr_customer_id":178596,"tr_customer_product_id":178586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:32.000Z","modified_at":"2026-02-06T04:27:08.000Z","name":"Lisandro Carroll","mobile_number":"831-585-7349","email_id":"Angelica82@hotmail.com","dop":"2025-04-06","serial_number":"10836781585411","imei1":"10836781585411","imei2":"10836781585411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178581,"job_number":"JOB_178581","tr_customer_id":178599,"tr_customer_product_id":178589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:37.000Z","modified_at":"2026-02-06T04:26:53.000Z","name":"Edna Kihn","mobile_number":"939-308-7307","email_id":"Jaron_Hagenes@hotmail.com","dop":"2025-05-30","serial_number":"16863904961207","imei1":"16863904961207","imei2":"16863904961207","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178585,"job_number":"JOB_178585","tr_customer_id":178603,"tr_customer_product_id":178593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Curtis Upton","mobile_number":"644-522-3356","email_id":"June_Connelly7@gmail.com","dop":"2025-04-06","serial_number":"12706929412673","imei1":"12706929412673","imei2":"12706929412673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178587,"job_number":"JOB_178587","tr_customer_id":178605,"tr_customer_product_id":178595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:45.000Z","modified_at":"2026-02-06T04:27:21.000Z","name":"Yasmeen Daugherty","mobile_number":"203-969-4264","email_id":"Lucienne80@gmail.com","dop":"2025-04-06","serial_number":"17237931341171","imei1":"17237931341171","imei2":"17237931341171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178590,"job_number":"JOB_178590","tr_customer_id":178608,"tr_customer_product_id":178598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:47.000Z","modified_at":"2026-02-06T04:27:24.000Z","name":"Ariel Kihn","mobile_number":"432-401-4353","email_id":"Genoveva.Sanford49@gmail.com","dop":"2025-04-06","serial_number":"19420803495708","imei1":"19420803495708","imei2":"19420803495708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178598,"job_number":"JOB_178598","tr_customer_id":178616,"tr_customer_product_id":178606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:54.000Z","modified_at":"2026-02-06T04:27:28.000Z","name":"Viviane Koepp","mobile_number":"549-462-8932","email_id":"Lolita_Nitzsche@hotmail.com","dop":"2025-04-06","serial_number":"18932558993790","imei1":"18932558993790","imei2":"18932558993790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178600,"job_number":"JOB_178600","tr_customer_id":178618,"tr_customer_product_id":178608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:55.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Millie Lind","mobile_number":"314-330-3210","email_id":"Jermey62@yahoo.com","dop":"2025-04-06","serial_number":"14164431709131","imei1":"14164431709131","imei2":"14164431709131","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178604,"job_number":"JOB_178604","tr_customer_id":178622,"tr_customer_product_id":178612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:31.000Z","name":"Drew Jerde","mobile_number":"332-781-7032","email_id":"Kendra53@gmail.com","dop":"2025-04-06","serial_number":"17554488222040","imei1":"17554488222040","imei2":"17554488222040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178608,"job_number":"JOB_178608","tr_customer_id":178626,"tr_customer_product_id":178616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:59.000Z","modified_at":"2026-02-06T04:27:36.000Z","name":"Jakayla Bartoletti","mobile_number":"224-356-1603","email_id":"Erik42@yahoo.com","dop":"2025-04-06","serial_number":"15003328861625","imei1":"15003328861625","imei2":"15003328861625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178610,"job_number":"JOB_178610","tr_customer_id":178628,"tr_customer_product_id":178618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:00.000Z","modified_at":"2026-02-06T04:27:34.000Z","name":"Burley Williamson","mobile_number":"250-880-9721","email_id":"Caesar67@hotmail.com","dop":"2025-04-06","serial_number":"17529031183200","imei1":"17529031183200","imei2":"17529031183200","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178623,"job_number":"JOB_178623","tr_customer_id":178641,"tr_customer_product_id":178631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:37.000Z","name":"Rogers Rice","mobile_number":"772-817-7211","email_id":"Tobin_Waters89@yahoo.com","dop":"2025-02-01","serial_number":"33443402369957","imei1":"33443402369957","imei2":"33443402369957","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178625,"job_number":"JOB_178625","tr_customer_id":178643,"tr_customer_product_id":178633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:04.000Z","modified_at":"2026-02-06T04:27:41.000Z","name":"Telly McDermott","mobile_number":"219-368-2377","email_id":"Mike_Herman@hotmail.com","dop":"2025-04-06","serial_number":"18876844508531","imei1":"18876844508531","imei2":"18876844508531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178626,"job_number":"JOB_178626","tr_customer_id":178644,"tr_customer_product_id":178634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:05.000Z","modified_at":"2026-02-06T04:27:43.000Z","name":"Makenna Ankunding","mobile_number":"709-529-2913","email_id":"Sean_Christiansen@yahoo.com","dop":"2025-12-31","serial_number":"109509671213446","imei1":"109509671213446","imei2":"109509671213446","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178628,"job_number":"JOB_178628","tr_customer_id":178646,"tr_customer_product_id":178636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Adela Pfannerstill","mobile_number":"473-945-7697","email_id":"Eliza67@yahoo.com","dop":"2025-04-06","serial_number":"11498194238917","imei1":"11498194238917","imei2":"11498194238917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178634,"job_number":"JOB_178634","tr_customer_id":178652,"tr_customer_product_id":178642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:07.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Vesta Bahringer","mobile_number":"226-909-1412","email_id":"Percy53@yahoo.com","dop":"2025-04-06","serial_number":"18403166730716","imei1":"18403166730716","imei2":"18403166730716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178638,"job_number":"JOB_178638","tr_customer_id":178656,"tr_customer_product_id":178646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Jeromy Johnston","mobile_number":"337-685-9668","email_id":"Catherine32@hotmail.com","dop":"2025-04-06","serial_number":"12652252393533","imei1":"12652252393533","imei2":"12652252393533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178639,"job_number":"JOB_178639","tr_customer_id":178657,"tr_customer_product_id":178647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Lela Yundt","mobile_number":"336-450-8633","email_id":"Estevan98@gmail.com","dop":"2025-04-06","serial_number":"15099421880320","imei1":"15099421880320","imei2":"15099421880320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178640,"job_number":"JOB_178640","tr_customer_id":178658,"tr_customer_product_id":178648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:08.000Z","modified_at":"2026-02-06T04:27:44.000Z","name":"Zella Bernhard","mobile_number":"607-390-0543","email_id":"Savanah_Dietrich87@gmail.com","dop":"2000-01-31","serial_number":"10234848155468","imei1":"10234848155468","imei2":"10234848155468","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178646,"job_number":"JOB_178646","tr_customer_id":178664,"tr_customer_product_id":178654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:11.000Z","modified_at":"2026-02-06T04:27:48.000Z","name":"Dina Kiehn","mobile_number":"628-763-2434","email_id":"Osvaldo_Kautzer61@hotmail.com","dop":"2025-04-06","serial_number":"10559079971260","imei1":"10559079971260","imei2":"10559079971260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178649,"job_number":"JOB_178649","tr_customer_id":178667,"tr_customer_product_id":178657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:16.000Z","modified_at":"2026-02-06T04:27:52.000Z","name":"Laury Beahan","mobile_number":"716-880-7193","email_id":"Randal57@hotmail.com","dop":"2025-04-06","serial_number":"19695939116675","imei1":"19695939116675","imei2":"19695939116675","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178652,"job_number":"JOB_178652","tr_customer_id":178670,"tr_customer_product_id":178660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:18.000Z","modified_at":"2026-02-06T04:27:55.000Z","name":"Marquis Hauck","mobile_number":"220-986-1040","email_id":"Elmer.Rosenbaum66@gmail.com","dop":"2025-04-06","serial_number":"16593935796615","imei1":"16593935796615","imei2":"16593935796615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178659,"job_number":"JOB_178659","tr_customer_id":178677,"tr_customer_product_id":178667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:29.000Z","modified_at":"2026-02-06T04:28:05.000Z","name":"Robin Prosacco","mobile_number":"827-541-6151","email_id":"Estell67@yahoo.com","dop":"2025-04-06","serial_number":"15516348005797","imei1":"15516348005797","imei2":"15516348005797","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178662,"job_number":"JOB_178662","tr_customer_id":178680,"tr_customer_product_id":178670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:32.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Eleonore Hudson","mobile_number":"629-573-2485","email_id":"Guiseppe.Mohr@gmail.com","dop":"2025-04-06","serial_number":"15135459529555","imei1":"15135459529555","imei2":"15135459529555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178669,"job_number":"JOB_178669","tr_customer_id":178687,"tr_customer_product_id":178677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:35.000Z","modified_at":"2026-02-06T04:28:09.000Z","name":"Timmothy Keebler","mobile_number":"469-695-0909","email_id":"Edison.Tremblay7@hotmail.com","dop":"2025-04-06","serial_number":"17692950289282","imei1":"17692950289282","imei2":"17692950289282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178672,"job_number":"JOB_178672","tr_customer_id":178690,"tr_customer_product_id":178680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:39.000Z","modified_at":"2026-02-06T04:28:15.000Z","name":"Jake Cartwright","mobile_number":"595-379-8018","email_id":"Florian.Harvey1@yahoo.com","dop":"2025-04-06","serial_number":"19761081809020","imei1":"19761081809020","imei2":"19761081809020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178675,"job_number":"JOB_178675","tr_customer_id":178693,"tr_customer_product_id":178683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:43.000Z","modified_at":"2026-02-06T04:28:20.000Z","name":"Constantin Klein","mobile_number":"822-651-4809","email_id":"Raven10@hotmail.com","dop":"2025-04-06","serial_number":"10863191902383","imei1":"10863191902383","imei2":"10863191902383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178679,"job_number":"JOB_178679","tr_customer_id":178697,"tr_customer_product_id":178687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:49.000Z","modified_at":"2026-02-06T04:28:25.000Z","name":"Creola Predovic","mobile_number":"790-502-8773","email_id":"Naomi69@gmail.com","dop":"2025-04-06","serial_number":"10184041834810","imei1":"10184041834810","imei2":"10184041834810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178682,"job_number":"JOB_178682","tr_customer_id":178700,"tr_customer_product_id":178690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Ayana Bauch","mobile_number":"409-921-4519","email_id":"Isom.Gleason55@yahoo.com","dop":"2025-12-31","serial_number":"104725068256431","imei1":"104725068256431","imei2":"104725068256431","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178684,"job_number":"JOB_178684","tr_customer_id":178702,"tr_customer_product_id":178692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:51.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Rylee Yost","mobile_number":"780-218-3616","email_id":"Travon.Kris@gmail.com","dop":"2025-04-06","serial_number":"10220774443136","imei1":"10220774443136","imei2":"10220774443136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178687,"job_number":"JOB_178687","tr_customer_id":178705,"tr_customer_product_id":178695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Lyla Schimmel","mobile_number":"677-675-6914","email_id":"Jeramy44@hotmail.com","dop":"2025-04-06","serial_number":"14851145681070","imei1":"14851145681070","imei2":"14851145681070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178688,"job_number":"JOB_178688","tr_customer_id":178706,"tr_customer_product_id":178696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:52.000Z","modified_at":"2026-02-06T04:28:28.000Z","name":"Peyton Cruickshank","mobile_number":"414-872-6943","email_id":"Emilie_Kris51@yahoo.com","dop":"2000-01-31","serial_number":"10521552457442","imei1":"10521552457442","imei2":"10521552457442","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178693,"job_number":"JOB_178693","tr_customer_id":178711,"tr_customer_product_id":178701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:56.000Z","modified_at":"2026-02-06T04:28:34.000Z","name":"Orin Maggio","mobile_number":"260-509-0892","email_id":"Juliet40@hotmail.com","dop":"2025-04-06","serial_number":"13734047410072","imei1":"13734047410072","imei2":"13734047410072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178696,"job_number":"JOB_178696","tr_customer_id":178714,"tr_customer_product_id":178704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:00.000Z","modified_at":"2026-02-06T04:28:36.000Z","name":"Tanya Wehner","mobile_number":"891-507-9866","email_id":"Tabitha27@gmail.com","dop":"2025-04-06","serial_number":"16477708348616","imei1":"16477708348616","imei2":"16477708348616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178699,"job_number":"JOB_178699","tr_customer_id":178717,"tr_customer_product_id":178707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:13.000Z","modified_at":"2026-02-06T04:28:49.000Z","name":"Mitchel Zieme","mobile_number":"367-774-3951","email_id":"Shayne_Beahan@gmail.com","dop":"2025-04-06","serial_number":"19812224274750","imei1":"19812224274750","imei2":"19812224274750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178702,"job_number":"JOB_178702","tr_customer_id":178720,"tr_customer_product_id":178710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:16.000Z","modified_at":"2026-02-06T04:28:50.000Z","name":"Sophie Stoltenberg","mobile_number":"974-631-1442","email_id":"Otis_Waters89@gmail.com","dop":"2025-04-06","serial_number":"13504453212054","imei1":"13504453212054","imei2":"13504453212054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178706,"job_number":"JOB_178706","tr_customer_id":178724,"tr_customer_product_id":178714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Itzel Barton","mobile_number":"527-785-8575","email_id":"Mandy_Mills@hotmail.com","dop":"2025-04-06","serial_number":"17217770174162","imei1":"17217770174162","imei2":"17217770174162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178707,"job_number":"JOB_178707","tr_customer_id":178725,"tr_customer_product_id":178715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:22.000Z","modified_at":"2026-02-06T04:28:58.000Z","name":"Oliver Smith","mobile_number":"631-285-6630","email_id":"Gustave_Kub@gmail.com","dop":"2025-04-06","serial_number":"11928992021557","imei1":"11928992021557","imei2":"11928992021557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178711,"job_number":"JOB_178711","tr_customer_id":178729,"tr_customer_product_id":178719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:27.000Z","modified_at":"2026-02-06T04:29:04.000Z","name":"Jarrell Lind","mobile_number":"383-487-2026","email_id":"Milan_Rippin42@gmail.com","dop":"2025-04-06","serial_number":"16118576633902","imei1":"16118576633902","imei2":"16118576633902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178714,"job_number":"JOB_178714","tr_customer_id":178732,"tr_customer_product_id":178722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:32.000Z","modified_at":"2026-02-06T04:29:08.000Z","name":"Olaf Gottlieb","mobile_number":"448-561-0906","email_id":"Walton10@yahoo.com","dop":"2025-04-06","serial_number":"15985614146917","imei1":"15985614146917","imei2":"15985614146917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178717,"job_number":"JOB_178717","tr_customer_id":178735,"tr_customer_product_id":178725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:35.000Z","modified_at":"2026-02-06T04:29:11.000Z","name":"Maci Koss","mobile_number":"217-730-1682","email_id":"Oran8@gmail.com","dop":"2000-01-31","serial_number":"10138181427873","imei1":"10138181427873","imei2":"10138181427873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178719,"job_number":"JOB_178719","tr_customer_id":178737,"tr_customer_product_id":178727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:36.000Z","modified_at":"2026-02-06T04:29:13.000Z","name":"Alfredo McLaughlin","mobile_number":"520-397-7496","email_id":"Baylee49@hotmail.com","dop":"2025-04-06","serial_number":"10945519913994","imei1":"10945519913994","imei2":"10945519913994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178723,"job_number":"JOB_178723","tr_customer_id":178741,"tr_customer_product_id":178731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:28:41.000Z","modified_at":"2026-02-06T04:29:19.000Z","name":"Julie Rutherford","mobile_number":"288-419-6922","email_id":"Rubye.Gusikowski4@yahoo.com","dop":"2025-04-06","serial_number":"17019309498582","imei1":"17019309498582","imei2":"17019309498582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178726,"job_number":"JOB_178726","tr_customer_id":178744,"tr_customer_product_id":178734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:05.000Z","modified_at":"2026-02-06T04:29:43.000Z","name":"Saige Krajcik","mobile_number":"846-967-7466","email_id":"Cary_Stiedemann@yahoo.com","dop":"2025-04-06","serial_number":"19559461699582","imei1":"19559461699582","imei2":"19559461699582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:29:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178729,"job_number":"JOB_178729","tr_customer_id":178747,"tr_customer_product_id":178737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:29:50.000Z","modified_at":"2026-02-06T04:30:27.000Z","name":"Kip McGlynn","mobile_number":"294-445-0402","email_id":"Ashly89@hotmail.com","dop":"2025-04-06","serial_number":"18636274434907","imei1":"18636274434907","imei2":"18636274434907","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:30:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178737,"job_number":"JOB_178737","tr_customer_id":178755,"tr_customer_product_id":178745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:42:51.000Z","modified_at":"2026-02-06T04:43:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99934342920533","imei1":"99934342920533","imei2":"99934342920533","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178744,"job_number":"JOB_178744","tr_customer_id":178762,"tr_customer_product_id":178752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:23.000Z","modified_at":"2026-02-06T04:43:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34694062887707","imei1":"34694062887707","imei2":"34694062887707","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178751,"job_number":"JOB_178751","tr_customer_id":178769,"tr_customer_product_id":178759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:43:54.000Z","modified_at":"2026-02-06T04:44:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32342800923924","imei1":"32342800923924","imei2":"32342800923924","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178766,"job_number":"JOB_178766","tr_customer_id":178784,"tr_customer_product_id":178774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:17:53.000Z","modified_at":"2026-02-06T05:18:04.000Z","name":"Joel Crona","mobile_number":"333-505-5846","email_id":"Emmy_Walter87@gmail.com","dop":"2025-07-01","serial_number":"100161934775892","imei1":"100161934775892","imei2":"100161934775892","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178768,"job_number":"JOB_178768","tr_customer_id":178786,"tr_customer_product_id":178776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:18:06.000Z","modified_at":"2026-02-06T05:18:17.000Z","name":"Misael Johnston","mobile_number":"561-806-1557","email_id":"Clementina87@hotmail.com","dop":"2025-07-01","serial_number":"107277439846750","imei1":"107277439846750","imei2":"107277439846750","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178773,"job_number":"JOB_178773","tr_customer_id":178791,"tr_customer_product_id":178781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:21.000Z","modified_at":"2026-02-06T05:34:59.000Z","name":"Johathan Ondricka","mobile_number":"654-472-0205","email_id":"Oscar1@gmail.com","dop":"2025-04-06","serial_number":"17937135235498","imei1":"17937135235498","imei2":"17937135235498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178775,"job_number":"JOB_178775","tr_customer_id":178793,"tr_customer_product_id":178783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:34:35.000Z","modified_at":"2026-02-06T05:35:12.000Z","name":"Jesus Kovacek","mobile_number":"764-792-1171","email_id":"Rylee21@gmail.com","dop":"2025-04-06","serial_number":"19022494699673","imei1":"19022494699673","imei2":"19022494699673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:35:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178798,"job_number":"JOB_178798","tr_customer_id":178816,"tr_customer_product_id":178806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:00.000Z","modified_at":"2026-02-06T06:40:44.000Z","name":"Wiley Williamson","mobile_number":"593-489-1827","email_id":"Lura29@hotmail.com","dop":"2025-12-31","serial_number":"108982756442978","imei1":"108982756442978","imei2":"108982756442978","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178799,"job_number":"JOB_178799","tr_customer_id":178817,"tr_customer_product_id":178807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:03.000Z","modified_at":"2026-02-06T06:40:31.000Z","name":"Victor Tremblay","mobile_number":"294-278-4879","email_id":"Carroll_Terry@hotmail.com","dop":"2026-01-23","serial_number":"16654201607089","imei1":"16654201607089","imei2":"16654201607089","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178803,"job_number":"JOB_178803","tr_customer_id":178821,"tr_customer_product_id":178811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:40:53.000Z","modified_at":"2026-02-06T06:41:39.000Z","name":"Clemens Murazik","mobile_number":"941-473-2688","email_id":"Daphnee.Cormier@yahoo.com","dop":"2025-12-31","serial_number":"109938690985845","imei1":"109938690985845","imei2":"109938690985845","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178807,"job_number":"JOB_178807","tr_customer_id":178825,"tr_customer_product_id":178815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:48.000Z","modified_at":"2026-02-06T06:42:34.000Z","name":"Clay Kulas","mobile_number":"909-715-2214","email_id":"Paul21@yahoo.com","dop":"2025-12-31","serial_number":"105129681338163","imei1":"105129681338163","imei2":"105129681338163","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178808,"job_number":"JOB_178808","tr_customer_id":178826,"tr_customer_product_id":178816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:58.000Z","modified_at":"2026-02-06T06:42:39.000Z","name":"Laisha Nitzsche","mobile_number":"901-385-6961","email_id":"Shakira1@yahoo.com","dop":"2025-04-06","serial_number":"15704871045999","imei1":"15704871045999","imei2":"15704871045999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178811,"job_number":"JOB_178811","tr_customer_id":178829,"tr_customer_product_id":178819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:09.000Z","modified_at":"2026-02-06T06:42:51.000Z","name":"Brandon Schulist","mobile_number":"534-650-5204","email_id":"Raegan.OConnell53@gmail.com","dop":"2025-06-18","serial_number":"10491221519194","imei1":"10491221519194","imei2":"10491221519194","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178814,"job_number":"JOB_178814","tr_customer_id":178832,"tr_customer_product_id":178822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:32.000Z","modified_at":"2026-02-06T06:43:09.000Z","name":"Brianne Crooks","mobile_number":"471-682-2142","email_id":"Freddy.Cole27@hotmail.com","dop":"2025-04-06","serial_number":"10670916656051","imei1":"10670916656051","imei2":"10670916656051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178817,"job_number":"JOB_178817","tr_customer_id":178835,"tr_customer_product_id":178825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:42:59.000Z","modified_at":"2026-02-06T06:43:40.000Z","name":"Mazie Ondricka","mobile_number":"865-553-8265","email_id":"Heber86@yahoo.com","dop":"2025-06-18","serial_number":"10310160157020","imei1":"10310160157020","imei2":"10310160157020","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178820,"job_number":"JOB_178820","tr_customer_id":178838,"tr_customer_product_id":178828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:10.000Z","modified_at":"2026-02-06T06:43:50.000Z","name":"Ford Hane","mobile_number":"678-357-7312","email_id":"Brendan.Green@yahoo.com","dop":"2025-04-06","serial_number":"11332365617009","imei1":"11332365617009","imei2":"11332365617009","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178823,"job_number":"JOB_178823","tr_customer_id":178841,"tr_customer_product_id":178831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:16.000Z","modified_at":"2026-02-06T06:43:52.000Z","name":"Ona Denesik","mobile_number":"905-860-1743","email_id":"Madeline10@hotmail.com","dop":"2025-04-06","serial_number":"14353831483994","imei1":"14353831483994","imei2":"14353831483994","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:43:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178826,"job_number":"JOB_178826","tr_customer_id":178844,"tr_customer_product_id":178834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:58.000Z","modified_at":"2026-02-06T06:44:36.000Z","name":"Elton Kessler","mobile_number":"806-637-9557","email_id":"Cornelius23@yahoo.com","dop":"2025-04-06","serial_number":"18089490916318","imei1":"18089490916318","imei2":"18089490916318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178829,"job_number":"JOB_178829","tr_customer_id":178847,"tr_customer_product_id":178837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:43:59.000Z","modified_at":"2026-02-06T06:44:35.000Z","name":"Stephan Kuhlman","mobile_number":"734-626-6722","email_id":"Cecilia_Rau@hotmail.com","dop":"2025-04-06","serial_number":"11175108868221","imei1":"11175108868221","imei2":"11175108868221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178833,"job_number":"JOB_178833","tr_customer_id":178851,"tr_customer_product_id":178841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:44:44.000Z","modified_at":"2026-02-06T06:45:23.000Z","name":"Johnny Quigley","mobile_number":"684-285-0739","email_id":"Liam88@yahoo.com","dop":"2025-04-06","serial_number":"12550690244730","imei1":"12550690244730","imei2":"12550690244730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:45:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178835,"job_number":"JOB_178835","tr_customer_id":178853,"tr_customer_product_id":178843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:45:55.000Z","modified_at":"2026-02-06T06:46:20.000Z","name":"Nadia Ernser","mobile_number":"837-592-4853","email_id":"Wilfred13@gmail.com","dop":"2026-01-23","serial_number":"17705677962055","imei1":"17705677962055","imei2":"17705677962055","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178838,"job_number":"JOB_178838","tr_customer_id":178856,"tr_customer_product_id":178846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:03.000Z","modified_at":"2026-02-06T06:46:46.000Z","name":"Dan Zieme","mobile_number":"461-771-9429","email_id":"Felicity_Schulist@gmail.com","dop":"2025-04-06","serial_number":"12553996678296","imei1":"12553996678296","imei2":"12553996678296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:46:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178841,"job_number":"JOB_178841","tr_customer_id":178859,"tr_customer_product_id":178849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:46:54.000Z","modified_at":"2026-02-06T06:47:37.000Z","name":"Jasen Orn","mobile_number":"663-259-4758","email_id":"Tyrese_Jast@yahoo.com","dop":"2025-04-06","serial_number":"10237531981034","imei1":"10237531981034","imei2":"10237531981034","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178843,"job_number":"JOB_178843","tr_customer_id":178861,"tr_customer_product_id":178851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:16.000Z","modified_at":"2026-02-06T06:47:42.000Z","name":"Ottilie Grady","mobile_number":"844-406-8470","email_id":"Candida.Kiehn56@yahoo.com","dop":"2026-01-23","serial_number":"17548295826563","imei1":"17548295826563","imei2":"17548295826563","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:47:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178846,"job_number":"JOB_178846","tr_customer_id":178864,"tr_customer_product_id":178854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:47:45.000Z","modified_at":"2026-02-06T06:48:27.000Z","name":"Declan Emard","mobile_number":"677-287-9168","email_id":"Mack_Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14046039843685","imei1":"14046039843685","imei2":"14046039843685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178851,"job_number":"JOB_178851","tr_customer_id":178869,"tr_customer_product_id":178859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:49:06.000Z","name":"Marcelina Reinger","mobile_number":"879-448-3750","email_id":"Maude4@hotmail.com","dop":"2026-01-23","serial_number":"18835160636483","imei1":"18835160636483","imei2":"18835160636483","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178860,"job_number":"JOB_178860","tr_customer_id":178878,"tr_customer_product_id":178868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:00.000Z","modified_at":"2026-02-06T06:50:40.000Z","name":"Hertha Welch","mobile_number":"610-927-9522","email_id":"Mikel.Watsica36@hotmail.com","dop":"2025-04-06","serial_number":"16097580495526","imei1":"16097580495526","imei2":"16097580495526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178863,"job_number":"JOB_178863","tr_customer_id":178881,"tr_customer_product_id":178871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:50:47.000Z","modified_at":"2026-02-06T06:51:26.000Z","name":"Liliana Rice","mobile_number":"830-678-5977","email_id":"Bartholome_Smith@yahoo.com","dop":"2025-04-06","serial_number":"13567815461229","imei1":"13567815461229","imei2":"13567815461229","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:51:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178866,"job_number":"JOB_178866","tr_customer_id":178884,"tr_customer_product_id":178874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:51:34.000Z","modified_at":"2026-02-06T06:52:12.000Z","name":"Abdul Heller","mobile_number":"623-409-8684","email_id":"Jany.Rowe@hotmail.com","dop":"2025-04-06","serial_number":"19587232857239","imei1":"19587232857239","imei2":"19587232857239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:52:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178869,"job_number":"JOB_178869","tr_customer_id":178887,"tr_customer_product_id":178877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:10.000Z","modified_at":"2026-02-06T06:53:49.000Z","name":"Ava Schuppe","mobile_number":"809-591-4986","email_id":"Lance_Bernhard@hotmail.com","dop":"2025-04-06","serial_number":"16410380761710","imei1":"16410380761710","imei2":"16410380761710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:53:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178872,"job_number":"JOB_178872","tr_customer_id":178890,"tr_customer_product_id":178880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:53:56.000Z","modified_at":"2026-02-06T06:54:34.000Z","name":"Brielle Hills","mobile_number":"269-962-4388","email_id":"Jonas_Howell@gmail.com","dop":"2025-04-06","serial_number":"12171108028677","imei1":"12171108028677","imei2":"12171108028677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178874,"job_number":"JOB_178874","tr_customer_id":178892,"tr_customer_product_id":178882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:01.000Z","modified_at":"2026-02-06T06:54:43.000Z","name":"Kristian Macejkovic","mobile_number":"885-783-2513","email_id":"Javonte65@gmail.com","dop":"2025-04-06","serial_number":"17071538377092","imei1":"17071538377092","imei2":"17071538377092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178877,"job_number":"JOB_178877","tr_customer_id":178895,"tr_customer_product_id":178885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:42.000Z","modified_at":"2026-02-06T06:55:20.000Z","name":"Clement Koepp","mobile_number":"693-537-7749","email_id":"Kian_Blick@gmail.com","dop":"2025-04-06","serial_number":"14643628354244","imei1":"14643628354244","imei2":"14643628354244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178880,"job_number":"JOB_178880","tr_customer_id":178898,"tr_customer_product_id":178888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:44.000Z","modified_at":"2026-02-06T06:55:23.000Z","name":"Blaze DuBuque","mobile_number":"287-760-1551","email_id":"Ricky64@yahoo.com","dop":"2025-04-06","serial_number":"13113032506573","imei1":"13113032506573","imei2":"13113032506573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178883,"job_number":"JOB_178883","tr_customer_id":178901,"tr_customer_product_id":178891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:54:52.000Z","modified_at":"2026-02-06T06:55:32.000Z","name":"Celia Schumm","mobile_number":"801-390-6504","email_id":"Cade.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"19096615411646","imei1":"19096615411646","imei2":"19096615411646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178886,"job_number":"JOB_178886","tr_customer_id":178904,"tr_customer_product_id":178894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:02.000Z","modified_at":"2026-02-06T06:55:49.000Z","name":"Keyshawn Abbott","mobile_number":"201-642-9945","email_id":"Andreanne.Hoppe@hotmail.com","dop":"2000-01-31","serial_number":"10718753085919","imei1":"10718753085919","imei2":"10718753085919","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178889,"job_number":"JOB_178889","tr_customer_id":178907,"tr_customer_product_id":178897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:31.000Z","modified_at":"2026-02-06T06:56:08.000Z","name":"Adolphus Schultz","mobile_number":"838-927-6948","email_id":"Irwin.Johnson70@hotmail.com","dop":"2025-04-06","serial_number":"11609559637212","imei1":"11609559637212","imei2":"11609559637212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178892,"job_number":"JOB_178892","tr_customer_id":178910,"tr_customer_product_id":178900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:40.000Z","modified_at":"2026-02-06T06:56:20.000Z","name":"Cathy Friesen","mobile_number":"215-876-6459","email_id":"Casey.Gerlach@yahoo.com","dop":"2025-04-06","serial_number":"11205568642410","imei1":"11205568642410","imei2":"11205568642410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178895,"job_number":"JOB_178895","tr_customer_id":178913,"tr_customer_product_id":178903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:55:58.000Z","modified_at":"2026-02-06T06:56:43.000Z","name":"Marcellus Hagenes","mobile_number":"399-979-4235","email_id":"Greg.Runolfsson2@hotmail.com","dop":"2000-01-31","serial_number":"10150949641707","imei1":"10150949641707","imei2":"10150949641707","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178898,"job_number":"JOB_178898","tr_customer_id":178916,"tr_customer_product_id":178906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:13.000Z","modified_at":"2026-02-06T06:56:56.000Z","name":"Maryse Greenfelder","mobile_number":"400-441-9465","email_id":"Arjun.Ullrich@hotmail.com","dop":"2025-04-06","serial_number":"10587341366595","imei1":"10587341366595","imei2":"10587341366595","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178901,"job_number":"JOB_178901","tr_customer_id":178919,"tr_customer_product_id":178909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:16.000Z","modified_at":"2026-02-06T06:56:53.000Z","name":"Jaycee Jaskolski","mobile_number":"821-982-2035","email_id":"Tia_Lind@gmail.com","dop":"2025-04-06","serial_number":"13021561998850","imei1":"13021561998850","imei2":"13021561998850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:56:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178904,"job_number":"JOB_178904","tr_customer_id":178922,"tr_customer_product_id":178912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:28.000Z","modified_at":"2026-02-06T06:57:07.000Z","name":"Ricardo Hackett","mobile_number":"213-796-9315","email_id":"Herman_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"13926045357322","imei1":"13926045357322","imei2":"13926045357322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178907,"job_number":"JOB_178907","tr_customer_id":178925,"tr_customer_product_id":178915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:56:52.000Z","modified_at":"2026-02-06T06:57:37.000Z","name":"Devyn Erdman","mobile_number":"260-988-7276","email_id":"Francisca_Cummings60@gmail.com","dop":"2000-01-31","serial_number":"10324413965385","imei1":"10324413965385","imei2":"10324413965385","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178910,"job_number":"JOB_178910","tr_customer_id":178928,"tr_customer_product_id":178918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:05.000Z","modified_at":"2026-02-06T06:57:47.000Z","name":"Kayley Kuhic","mobile_number":"724-436-1972","email_id":"Jarvis.Crooks33@gmail.com","dop":"2025-04-06","serial_number":"17044087782448","imei1":"17044087782448","imei2":"17044087782448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178913,"job_number":"JOB_178913","tr_customer_id":178931,"tr_customer_product_id":178921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:46.000Z","modified_at":"2026-02-06T06:58:31.000Z","name":"Jailyn Stracke","mobile_number":"284-282-0967","email_id":"Katelyn0@gmail.com","dop":"2000-01-31","serial_number":"10171339315367","imei1":"10171339315367","imei2":"10171339315367","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178916,"job_number":"JOB_178916","tr_customer_id":178934,"tr_customer_product_id":178924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:57:56.000Z","modified_at":"2026-02-06T06:58:38.000Z","name":"Diana Smith","mobile_number":"593-396-5129","email_id":"Jordy.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"10201013514815","imei1":"10201013514815","imei2":"10201013514815","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178919,"job_number":"JOB_178919","tr_customer_id":178937,"tr_customer_product_id":178927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:00:57.000Z","modified_at":"2026-02-06T07:01:41.000Z","name":"Lavada Homenick","mobile_number":"366-302-8431","email_id":"Don.Lindgren@gmail.com","dop":"2025-04-06","serial_number":"12079846250507","imei1":"12079846250507","imei2":"12079846250507","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178922,"job_number":"JOB_178922","tr_customer_id":178940,"tr_customer_product_id":178930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:03.000Z","modified_at":"2026-02-06T07:01:49.000Z","name":"Chanelle Zieme","mobile_number":"759-915-8121","email_id":"Elna56@yahoo.com","dop":"2025-04-06","serial_number":"18718698274857","imei1":"18718698274857","imei2":"18718698274857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:01:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178925,"job_number":"JOB_178925","tr_customer_id":178943,"tr_customer_product_id":178933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:41.000Z","modified_at":"2026-02-06T07:02:27.000Z","name":"Norval Volkman","mobile_number":"508-391-5596","email_id":"Jaden_Feeney29@yahoo.com","dop":"2025-04-06","serial_number":"18652990407408","imei1":"18652990407408","imei2":"18652990407408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178928,"job_number":"JOB_178928","tr_customer_id":178946,"tr_customer_product_id":178936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:50.000Z","modified_at":"2026-02-06T07:02:34.000Z","name":"Jarod VonRueden","mobile_number":"797-915-2095","email_id":"Willow7@yahoo.com","dop":"2025-04-06","serial_number":"12989549641980","imei1":"12989549641980","imei2":"12989549641980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178930,"job_number":"JOB_178930","tr_customer_id":178948,"tr_customer_product_id":178938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:57.000Z","modified_at":"2026-02-06T07:02:43.000Z","name":"Casey Bradtke","mobile_number":"898-541-2937","email_id":"Tyrel.Hilll@gmail.com","dop":"2025-04-06","serial_number":"19555008397539","imei1":"19555008397539","imei2":"19555008397539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178931,"job_number":"JOB_178931","tr_customer_id":178949,"tr_customer_product_id":178939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:36.000Z","name":"Loren Stark","mobile_number":"312-776-6780","email_id":"Ada.Labadie10@yahoo.com","dop":"2025-04-06","serial_number":"14339628547425","imei1":"14339628547425","imei2":"14339628547425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178933,"job_number":"JOB_178933","tr_customer_id":178951,"tr_customer_product_id":178941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:01:58.000Z","modified_at":"2026-02-06T07:02:44.000Z","name":"Eric Fahey","mobile_number":"680-869-0582","email_id":"Justice63@hotmail.com","dop":"2025-04-06","serial_number":"14737159141466","imei1":"14737159141466","imei2":"14737159141466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:02:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178938,"job_number":"JOB_178938","tr_customer_id":178956,"tr_customer_product_id":178946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:36.000Z","modified_at":"2026-02-06T07:03:21.000Z","name":"Avery Champlin","mobile_number":"791-637-1032","email_id":"Rosanna.Kilback1@hotmail.com","dop":"2025-04-06","serial_number":"11185466058604","imei1":"11185466058604","imei2":"11185466058604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178941,"job_number":"JOB_178941","tr_customer_id":178959,"tr_customer_product_id":178949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:42.000Z","modified_at":"2026-02-06T07:03:25.000Z","name":"Bart Wunsch","mobile_number":"286-888-0892","email_id":"Juana93@yahoo.com","dop":"2025-04-06","serial_number":"10101928501336","imei1":"10101928501336","imei2":"10101928501336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178944,"job_number":"JOB_178944","tr_customer_id":178962,"tr_customer_product_id":178952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:02:53.000Z","modified_at":"2026-02-06T07:03:39.000Z","name":"Branson Pfeffer","mobile_number":"460-855-4218","email_id":"Brett_Paucek71@hotmail.com","dop":"2025-04-06","serial_number":"15397367147044","imei1":"15397367147044","imei2":"15397367147044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178947,"job_number":"JOB_178947","tr_customer_id":178965,"tr_customer_product_id":178955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:03:30.000Z","modified_at":"2026-02-06T07:04:15.000Z","name":"Daphne Wiegand","mobile_number":"833-821-3711","email_id":"Ludie_Gusikowski76@yahoo.com","dop":"2025-04-06","serial_number":"19456772657849","imei1":"19456772657849","imei2":"19456772657849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:04:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178950,"job_number":"JOB_178950","tr_customer_id":178968,"tr_customer_product_id":178958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:01.000Z","modified_at":"2026-02-06T07:05:42.000Z","name":"Burley Kunze","mobile_number":"979-872-4954","email_id":"Ova_Kemmer36@hotmail.com","dop":"2025-04-06","serial_number":"14719862789615","imei1":"14719862789615","imei2":"14719862789615","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178952,"job_number":"JOB_178952","tr_customer_id":178970,"tr_customer_product_id":178960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:07.000Z","modified_at":"2026-02-06T07:05:48.000Z","name":"Earl Torphy","mobile_number":"338-771-5120","email_id":"Eldora67@yahoo.com","dop":"2025-04-06","serial_number":"14762144343307","imei1":"14762144343307","imei2":"14762144343307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:05:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178955,"job_number":"JOB_178955","tr_customer_id":178973,"tr_customer_product_id":178963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:05:51.000Z","modified_at":"2026-02-06T07:06:31.000Z","name":"Alex Crooks","mobile_number":"667-252-6211","email_id":"Regan62@hotmail.com","dop":"2025-04-06","serial_number":"14121813432625","imei1":"14121813432625","imei2":"14121813432625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178958,"job_number":"JOB_178958","tr_customer_id":178976,"tr_customer_product_id":178966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:06:40.000Z","modified_at":"2026-02-06T07:07:20.000Z","name":"Malcolm Reichel","mobile_number":"620-653-0750","email_id":"Viola.Jacobs@gmail.com","dop":"2025-04-06","serial_number":"18209231807978","imei1":"18209231807978","imei2":"18209231807978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:07:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178976,"job_number":"JOB_178976","tr_customer_id":178994,"tr_customer_product_id":178984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:25:55.000Z","modified_at":"2026-02-06T07:26:21.000Z","name":"Laurel Greenholt","mobile_number":"568-717-9339","email_id":"Lenora_King@hotmail.com","dop":"2026-01-23","serial_number":"14020455946738","imei1":"14020455946738","imei2":"14020455946738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178978,"job_number":"JOB_178978","tr_customer_id":178996,"tr_customer_product_id":178986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:27:40.000Z","modified_at":"2026-02-06T07:28:07.000Z","name":"Jonathan Fisher","mobile_number":"540-734-6376","email_id":"Hans20@hotmail.com","dop":"2026-01-23","serial_number":"11599697670299","imei1":"11599697670299","imei2":"11599697670299","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:28:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178981,"job_number":"JOB_178981","tr_customer_id":178999,"tr_customer_product_id":178989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:00.000Z","modified_at":"2026-02-06T07:36:12.000Z","name":"Wiley Ritchie","mobile_number":"803-200-2191","email_id":"Caitlyn15@hotmail.com","dop":"2025-12-01","serial_number":"15887129985371","imei1":"15887129985371","imei2":"15887129985371","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178983,"job_number":"JOB_178983","tr_customer_id":179001,"tr_customer_product_id":178991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:16.000Z","modified_at":"2026-02-06T07:36:28.000Z","name":"Maryse Mayer","mobile_number":"238-600-0532","email_id":"Joanie.Hamill@yahoo.com","dop":"2025-12-01","serial_number":"12328725064385","imei1":"12328725064385","imei2":"12328725064385","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178985,"job_number":"JOB_178985","tr_customer_id":179003,"tr_customer_product_id":178993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:36:32.000Z","modified_at":"2026-02-06T07:36:44.000Z","name":"Griffin Lehner","mobile_number":"770-301-3399","email_id":"Lea_Kshlerin83@gmail.com","dop":"2025-12-01","serial_number":"15855541223266","imei1":"15855541223266","imei2":"15855541223266","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:36:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178986,"job_number":"JOB_178986","tr_customer_id":179004,"tr_customer_product_id":178994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:38:49.000Z","modified_at":"2026-02-06T07:39:14.000Z","name":"Garrett Spinka","mobile_number":"579-847-4451","email_id":"Graciela.Schowalter1@yahoo.com","dop":"2026-01-23","serial_number":"11532165808132","imei1":"11532165808132","imei2":"11532165808132","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:39:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178988,"job_number":"JOB_178988","tr_customer_id":179006,"tr_customer_product_id":178996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:42:29.000Z","modified_at":"2026-02-06T07:42:56.000Z","name":"Donnie Gislason","mobile_number":"872-292-3227","email_id":"Demarco84@yahoo.com","dop":"2026-01-23","serial_number":"15847394972552","imei1":"15847394972552","imei2":"15847394972552","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178533,"job_number":"JOB_178533","tr_customer_id":178551,"tr_customer_product_id":178541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:44.000Z","modified_at":"2026-02-06T04:25:53.000Z","name":"tanjiro kamado","mobile_number":"943-881-3299","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"328388142858642","imei1":"328388142858642","imei2":"328388142858642","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178542,"job_number":"JOB_178542","tr_customer_id":178560,"tr_customer_product_id":178550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:25:55.000Z","modified_at":"2026-02-06T04:26:05.000Z","name":"giyu tomiaka","mobile_number":"940-807-9270","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"809793346492813","imei1":"809793346492813","imei2":"809793346492813","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:26:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178605,"job_number":"JOB_178605","tr_customer_id":178623,"tr_customer_product_id":178613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:26:57.000Z","modified_at":"2026-02-06T04:27:20.000Z","name":"Emory Kuvalis","mobile_number":"731-394-6076","email_id":"Abel.Boyer91@yahoo.com","dop":"2025-10-01","serial_number":"16159687240792","imei1":"16159687240792","imei2":"16159687240792","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178614,"job_number":"JOB_178614","tr_customer_id":178632,"tr_customer_product_id":178622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:02.000Z","modified_at":"2026-02-06T04:27:14.000Z","name":"Omari Lindgren","mobile_number":"945-707-7395","email_id":"Loma15@gmail.com","dop":"2025-06-09","serial_number":"109981249556518","imei1":"109981249556518","imei2":"109981249556518","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178630,"job_number":"JOB_178630","tr_customer_id":178648,"tr_customer_product_id":178638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:06.000Z","modified_at":"2026-02-06T04:27:16.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16543836757730","imei1":"16543836757730","imei2":"16543836757730","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178654,"job_number":"JOB_178654","tr_customer_id":178672,"tr_customer_product_id":178662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:19.000Z","modified_at":"2026-02-06T04:27:30.000Z","name":"Yadira Botsford","mobile_number":"418-785-7616","email_id":"Jordan.Olson4@yahoo.com","dop":"2025-06-09","serial_number":"103083955708215","imei1":"103083955708215","imei2":"103083955708215","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178657,"job_number":"JOB_178657","tr_customer_id":178675,"tr_customer_product_id":178665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:20.000Z","modified_at":"2026-02-06T04:27:29.000Z","name":"Christina DuBuque","mobile_number":"444-639-0881","email_id":"Melisa85@gmail.com","dop":"2025-12-31","serial_number":"10670005866137","imei1":"10670005866137","imei2":"10670005866137","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178663,"job_number":"JOB_178663","tr_customer_id":178681,"tr_customer_product_id":178671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:33.000Z","modified_at":"2026-02-06T04:27:42.000Z","name":"Tiana Nitzsche","mobile_number":"820-269-7822","email_id":"Jaylen.Howe20@gmail.com","dop":"2025-12-31","serial_number":"10058762208530","imei1":"10058762208530","imei2":"10058762208530","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178666,"job_number":"JOB_178666","tr_customer_id":178684,"tr_customer_product_id":178674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:34.000Z","modified_at":"2026-02-06T04:27:45.000Z","name":"Clinton Emard","mobile_number":"352-305-8377","email_id":"Titus30@hotmail.com","dop":"2025-06-09","serial_number":"103515650134919","imei1":"103515650134919","imei2":"103515650134919","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178677,"job_number":"JOB_178677","tr_customer_id":178695,"tr_customer_product_id":178685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T04:27:45.000Z","modified_at":"2026-02-06T04:27:54.000Z","name":"Gabriel Cruickshank","mobile_number":"910-588-0990","email_id":"Fredy.Mann77@yahoo.com","dop":"2025-12-31","serial_number":"10539992516211","imei1":"10539992516211","imei2":"10539992516211","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T04:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178758,"job_number":"JOB_178758","tr_customer_id":178776,"tr_customer_product_id":178766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T05:10:50.000Z","modified_at":"2026-02-06T05:11:00.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"16365194181806","imei1":"16365194181806","imei2":"16365194181806","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T05:11:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178782,"job_number":"JOB_178782","tr_customer_id":178800,"tr_customer_product_id":178790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:36:54.000Z","modified_at":"2026-02-06T06:37:05.000Z","name":"Javier Hoeger","mobile_number":"406-625-2600","email_id":"Estell44@yahoo.com","dop":"2025-11-04","serial_number":"92501352173513","imei1":"92501352173513","imei2":"92501352173513","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178783,"job_number":"JOB_178783","tr_customer_id":178801,"tr_customer_product_id":178791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:10.000Z","modified_at":"2026-02-06T06:37:21.000Z","name":"Glenna Sawayn","mobile_number":"814-284-6586","email_id":"Allie_Schultz@yahoo.com","dop":"2025-11-04","serial_number":"52148337948783","imei1":"52148337948783","imei2":"52148337948783","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178784,"job_number":"JOB_178784","tr_customer_id":178802,"tr_customer_product_id":178792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:25.000Z","modified_at":"2026-02-06T06:37:36.000Z","name":"Keara Wunsch","mobile_number":"659-381-6378","email_id":"Hailie_Gorczany@yahoo.com","dop":"2025-11-04","serial_number":"50344514038511","imei1":"50344514038511","imei2":"50344514038511","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:37:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178786,"job_number":"JOB_178786","tr_customer_id":178804,"tr_customer_product_id":178794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:37:45.000Z","modified_at":"2026-02-06T06:38:09.000Z","name":"Letitia Hermann","mobile_number":"730-939-1195","email_id":"Easton.Kovacek96@gmail.com","dop":"2025-10-01","serial_number":"11401739279151","imei1":"11401739279151","imei2":"11401739279151","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178789,"job_number":"JOB_178789","tr_customer_id":178807,"tr_customer_product_id":178797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:27.000Z","modified_at":"2026-02-06T06:39:38.000Z","name":"Quinten Runte","mobile_number":"289-692-2261","email_id":"Douglas35@hotmail.com","dop":"2025-06-09","serial_number":"103409113686397","imei1":"103409113686397","imei2":"103409113686397","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178792,"job_number":"JOB_178792","tr_customer_id":178810,"tr_customer_product_id":178800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:43.000Z","modified_at":"2026-02-06T06:39:54.000Z","name":"Caleigh Kautzer","mobile_number":"847-315-0855","email_id":"Mittie.McLaughlin30@hotmail.com","dop":"2025-06-09","serial_number":"105846200455308","imei1":"105846200455308","imei2":"105846200455308","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:39:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178795,"job_number":"JOB_178795","tr_customer_id":178813,"tr_customer_product_id":178803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:39:58.000Z","modified_at":"2026-02-06T06:40:09.000Z","name":"Mallie Mertz","mobile_number":"928-794-0209","email_id":"Mitchel_Herzog91@gmail.com","dop":"2025-06-09","serial_number":"100205938634094","imei1":"100205938634094","imei2":"100205938634094","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178804,"job_number":"JOB_178804","tr_customer_id":178822,"tr_customer_product_id":178812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:14.000Z","modified_at":"2026-02-06T06:41:24.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"53120930975158","imei1":"53120930975158","imei2":"53120930975158","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178805,"job_number":"JOB_178805","tr_customer_id":178823,"tr_customer_product_id":178813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:41:31.000Z","modified_at":"2026-02-06T06:41:57.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"18378251709405","imei1":"18378251709405","imei2":"18378251709405","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178850,"job_number":"JOB_178850","tr_customer_id":178868,"tr_customer_product_id":178858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:40.000Z","modified_at":"2026-02-06T06:48:52.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"23566786629105","imei1":"23566786629105","imei2":"23566786629105","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178853,"job_number":"JOB_178853","tr_customer_id":178871,"tr_customer_product_id":178861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:48:57.000Z","modified_at":"2026-02-06T06:49:09.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"56237502113076","imei1":"56237502113076","imei2":"56237502113076","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178854,"job_number":"JOB_178854","tr_customer_id":178872,"tr_customer_product_id":178862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T06:49:13.000Z","modified_at":"2026-02-06T06:49:25.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"23227800082185","imei1":"23227800082185","imei2":"23227800082185","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T06:49:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178990,"job_number":"JOB_178990","tr_customer_id":179008,"tr_customer_product_id":178998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:37.000Z","modified_at":"2026-02-06T07:46:49.000Z","name":"Dominique Larson","mobile_number":"224-855-6196","email_id":"Candida52@gmail.com","dop":"2025-11-04","serial_number":"26779274391965","imei1":"26779274391965","imei2":"26779274391965","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":178991,"job_number":"JOB_178991","tr_customer_id":179009,"tr_customer_product_id":178999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:46:53.000Z","modified_at":"2026-02-06T07:47:05.000Z","name":"Clinton Bechtelar","mobile_number":"437-934-0072","email_id":"Madonna.Nikolaus93@hotmail.com","dop":"2025-11-04","serial_number":"43668592380047","imei1":"43668592380047","imei2":"43668592380047","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-06T07:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAzN30.H0yy2wXBVYygWddtnnMF5hatAsoUVK-t68wLF-M7DvQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fc5dd69b-3e2a-4e39-874a-afb2533b93fe |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"178d-U/5QP6es1XlawLP4DNZ5dFDZ4NQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:17.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAzN30.H0yy2wXBVYygWddtnnMF5hatAsoUVK-t68wLF-M7DvQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e9a7154c-0885-4601-8525-f9256a906fee |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 178992
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MDM2NDAzN30.H0yy2wXBVYygWddtnnMF5hatAsoUVK-t68wLF-M7DvQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 88f077d9-a0cb-415b-bf24-11187e572cc5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"13a8-HEaOgmHmXxk0Vj+g2uNroNa4caQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Fri, 06 Feb 2026 07:47:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":178964,"job_number":"JOB_178964","tr_customer_id":178982,"tr_customer_product_id":178972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:11:53.000Z","modified_at":"2026-02-06T07:15:44.000Z","name":"Tate Tremblay","mobile_number":"306-871-5537","email_id":"Madonna.Gutkowski@yahoo.com","dop":"2026-01-23","serial_number":"16655689590060","imei1":"16655689590060","imei2":"16655689590060","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:15:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178968,"job_number":"JOB_178968","tr_customer_id":178986,"tr_customer_product_id":178976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:16:43.000Z","modified_at":"2026-02-06T07:16:57.000Z","name":"Dayton Wilderman","mobile_number":"603-318-2434","email_id":"Pablo_Harris@hotmail.com","dop":"2026-01-23","serial_number":"16526147669144","imei1":"16526147669144","imei2":"16526147669144","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178970,"job_number":"JOB_178970","tr_customer_id":178988,"tr_customer_product_id":178978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:18:42.000Z","modified_at":"2026-02-06T07:18:56.000Z","name":"Macey Dooley","mobile_number":"266-633-5133","email_id":"Samson_Hackett@hotmail.com","dop":"2026-01-23","serial_number":"12660611998120","imei1":"12660611998120","imei2":"12660611998120","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178972,"job_number":"JOB_178972","tr_customer_id":178990,"tr_customer_product_id":178980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:21:19.000Z","modified_at":"2026-02-06T07:21:33.000Z","name":"Jermaine West","mobile_number":"607-660-7805","email_id":"Heather_Steuber54@yahoo.com","dop":"2026-01-23","serial_number":"10168854722427","imei1":"10168854722427","imei2":"10168854722427","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:21:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":178974,"job_number":"JOB_178974","tr_customer_id":178992,"tr_customer_product_id":178982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:23:07.000Z","modified_at":"2026-02-06T07:23:22.000Z","name":"Sarah Hilpert","mobile_number":"420-685-4399","email_id":"Morton.Smith72@hotmail.com","dop":"2026-01-23","serial_number":"12010965351277","imei1":"12010965351277","imei2":"12010965351277","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-06T07:23:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a42657ed-a469-45f9-b036-2849e27843ad |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-wjR0xvkSFTyUwDWEW3ySF5FvC4I" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwNDB9.CqmGCzyKeLDtijTwdg4_2fCkYC5UCeJYSLgGCv1qVVU"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5ae19c3c-1f05-4e42-ab9a-a700d0c5e1c6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 26485b54-5dc7-4865-a094-4a75bba86efd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-uiC/mTDBHtFGy86XVTh7u19G2nQ" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":508},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ed97c9ab-7227-4790-a370-abaebe8efed0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1018 |
| ETag | W/"3fa-zB0/h8YyHz/XBdxUlz3VQ9nC+nI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:19.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-06T07:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bee8b145-e4da-4857-b545-ce903aa55e07 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1018 |
| ETag | W/"3fa-zB0/h8YyHz/XBdxUlz3VQ9nC+nI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":178992,"job_number":"JOB_178992","tr_customer_id":179010,"tr_customer_product_id":179000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-06T07:47:10.000Z","modified_at":"2026-02-06T07:47:19.000Z","name":"Jaycee Nader","mobile_number":"696-713-0231","email_id":"Henderson.Dickens82@yahoo.com","dop":"2025-11-04","serial_number":"60338784339911","imei1":"60338784339911","imei2":"60338784339911","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-06T07:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b067a917-3203-43fa-99b9-e97853a2e597 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 178992
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 82ea4ca3-bdc4-4959-97f6-1c0d7ea26095 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzAzNjQwMjZ9.f1bXflb_V5AS5a160wcR5q3RaxoqlOYTXtR-E_5P7T4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c10163b7-7f03-40fe-a318-4e22f3d1b0bb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Fri, 06 Feb 2026 07:47:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|